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