Class TableNetworkUtils
java.lang.Object
zombie.network.TableNetworkUtils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleanstatic Objectload(ByteBuffer byteBuffer, byte byte0) static voidload(KahluaTable table, ByteBuffer byteBuffer) static voidsave(KahluaTable table, ByteBuffer byteBuffer) static voidsaveSome(KahluaTable table, ByteBuffer byteBuffer, HashSet<? extends Object> hashSet)
-
Constructor Details
-
TableNetworkUtils
public TableNetworkUtils()
-
-
Method Details
-
save
- Throws:
IOException
-
saveSome
public static void saveSome(KahluaTable table, ByteBuffer byteBuffer, HashSet<? extends Object> hashSet) throws IOException - Throws:
IOException
-
load
- Throws:
IOException
-
load
- Throws:
IOExceptionRuntimeException
-
canSave
-