Class LoadingOptionsCodec


  • public abstract class LoadingOptionsCodec
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void read​(java.io.DataInputStream in, LoadingOptions options, int clientVersion)  
      static void write​(java.io.DataOutputStream out, LoadingOptions options, int serverVersion)  
      • Methods inherited from class java.lang.Object

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

      • LoadingOptionsCodec

        public LoadingOptionsCodec()
    • Method Detail

      • write

        public static void write​(java.io.DataOutputStream out,
                                 LoadingOptions options,
                                 int serverVersion)
                          throws java.io.IOException
        Throws:
        java.io.IOException
      • read

        public static void read​(java.io.DataInputStream in,
                                LoadingOptions options,
                                int clientVersion)
                         throws java.io.IOException
        Throws:
        java.io.IOException