Class InputDef


  • public final class InputDef
    extends Table
    • Constructor Detail

      • InputDef

        public InputDef()
    • Method Detail

      • getRootAsInputDef

        public static InputDef getRootAsInputDef​(java.nio.ByteBuffer _bb)
      • getRootAsInputDef

        public static InputDef getRootAsInputDef​(java.nio.ByteBuffer _bb,
                                                 InputDef obj)
      • __init

        public void __init​(int _i,
                           java.nio.ByteBuffer _bb)
      • __assign

        public InputDef __assign​(int _i,
                                 java.nio.ByteBuffer _bb)
      • path

        public java.lang.String path()
      • pathAsByteBuffer

        public java.nio.ByteBuffer pathAsByteBuffer()
      • pathInByteBuffer

        public java.nio.ByteBuffer pathInByteBuffer​(java.nio.ByteBuffer _bb)
      • hash

        public java.lang.String hash()
      • hashAsByteBuffer

        public java.nio.ByteBuffer hashAsByteBuffer()
      • hashInByteBuffer

        public java.nio.ByteBuffer hashInByteBuffer​(java.nio.ByteBuffer _bb)
      • createInputDef

        public static int createInputDef​(FlatBufferBuilder builder,
                                         int pathOffset,
                                         int hashOffset)
      • addPath

        public static void addPath​(FlatBufferBuilder builder,
                                   int pathOffset)
      • addHash

        public static void addHash​(FlatBufferBuilder builder,
                                   int hashOffset)