java.lang.Object
com.google.flatbuffers.Table
dev.sodot.hftsigner.flatbuffers.Id

public final class Id extends com.google.flatbuffers.Table
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static final class 
     
  • Field Summary

    Fields inherited from class com.google.flatbuffers.Table

    bb, bb_pos
  • Constructor Summary

    Constructors
    Constructor
    Description
    Id()
     
  • Method Summary

    Modifier and Type
    Method
    Description
    __assign(int _i, ByteBuffer _bb)
     
    void
    __init(int _i, ByteBuffer _bb)
     
    static void
    addKeyId(com.google.flatbuffers.FlatBufferBuilder builder, int keyIdOffset)
     
    static int
    createId(com.google.flatbuffers.FlatBufferBuilder builder, int keyIdOffset)
     
    static int
    endId(com.google.flatbuffers.FlatBufferBuilder builder)
     
    static Id
     
    static Id
     
     
     
     
    static void
    startId(com.google.flatbuffers.FlatBufferBuilder builder)
     
    static void
     

    Methods inherited from class com.google.flatbuffers.Table

    __has_identifier, __indirect, __indirect, __offset, __offset, __reset, __reset, __string, __string, __union, __union, __vector, __vector_as_bytebuffer, __vector_in_bytebuffer, __vector_len, compareStrings, compareStrings, getByteBuffer, keysCompare, sortTables

    Methods inherited from class java.lang.Object

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

    • Id

      public Id()
  • Method Details

    • ValidateVersion

      public static void ValidateVersion()
    • getRootAsId

      public static Id getRootAsId(ByteBuffer _bb)
    • getRootAsId

      public static Id getRootAsId(ByteBuffer _bb, Id obj)
    • __init

      public void __init(int _i, ByteBuffer _bb)
    • __assign

      public Id __assign(int _i, ByteBuffer _bb)
    • keyId

      public String keyId()
    • keyIdAsByteBuffer

      public ByteBuffer keyIdAsByteBuffer()
    • keyIdInByteBuffer

      public ByteBuffer keyIdInByteBuffer(ByteBuffer _bb)
    • createId

      public static int createId(com.google.flatbuffers.FlatBufferBuilder builder, int keyIdOffset)
    • startId

      public static void startId(com.google.flatbuffers.FlatBufferBuilder builder)
    • addKeyId

      public static void addKeyId(com.google.flatbuffers.FlatBufferBuilder builder, int keyIdOffset)
    • endId

      public static int endId(com.google.flatbuffers.FlatBufferBuilder builder)