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