Package zombie.network
Class TableNetworkUtils
java.lang.Object
zombie.network.TableNetworkUtils
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
static Object
load
(ByteBuffer byteBuffer, byte byte1) static void
load
(KahluaTable kahluaTable, ByteBuffer byteBuffer) static void
save
(KahluaTable kahluaTable, ByteBuffer byteBuffer) static void
saveSome
(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:
IOException
RuntimeException
-
canSave
-