Class TableNetworkUtils
java.lang.Object
zombie.network.TableNetworkUtils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleanstatic Objectload(ByteBuffer input, byte sbyt) static voidload(se.krka.kahlua.vm.KahluaTable tbl, ByteBuffer input) static voidsave(se.krka.kahlua.vm.KahluaTable tbl, ByteBuffer output) static voidsaveSome(se.krka.kahlua.vm.KahluaTable tbl, ByteBuffer output, HashSet<? extends Object> keys)
-
Constructor Details
-
TableNetworkUtils
public TableNetworkUtils()
-
-
Method Details
-
save
- Throws:
IOException
-
saveSome
public static void saveSome(se.krka.kahlua.vm.KahluaTable tbl, ByteBuffer output, HashSet<? extends Object> keys) throws IOException - Throws:
IOException
-
load
- Throws:
IOException
-
load
- Throws:
IOExceptionRuntimeException
-
canSave
-