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