Class TableNetworkUtils

java.lang.Object
zombie.network.TableNetworkUtils

public final class TableNetworkUtils
extends java.lang.Object
  • Constructor Summary

    Constructors
    Constructor Description
    TableNetworkUtils()  
  • Method Summary

    Modifier and Type Method Description
    static boolean canSave​(java.lang.Object key, java.lang.Object value)  
    static java.lang.Object load​(java.nio.ByteBuffer input, byte sbyt)  
    static void load​(KahluaTable tbl, java.nio.ByteBuffer input)  
    static void save​(KahluaTable tbl, java.nio.ByteBuffer output)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • TableNetworkUtils

      public TableNetworkUtils()
  • Method Details

    • save

      public static void save​(KahluaTable tbl, java.nio.ByteBuffer output) throws java.io.IOException
      Throws:
      java.io.IOException
    • load

      public static void load​(KahluaTable tbl, java.nio.ByteBuffer input) throws java.io.IOException
      Throws:
      java.io.IOException
    • load

      public static java.lang.Object load​(java.nio.ByteBuffer input, byte sbyt) throws java.io.IOException, java.lang.RuntimeException
      Throws:
      java.io.IOException
      java.lang.RuntimeException
    • canSave

      public static boolean canSave​(java.lang.Object key, java.lang.Object value)