Class Level

java.lang.Object
com.google.flatbuffers.Table
express.mvp.myra.codec.bench.codecs.flatbuffers.Level

public final class Level 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
     
  • Method Summary

    Modifier and Type
    Method
    Description
    __assign(int _i, ByteBuffer _bb)
     
    void
    __init(int _i, ByteBuffer _bb)
     
    static void
    addMaker(com.google.flatbuffers.FlatBufferBuilder builder, byte maker)
     
    static void
    addOrderCount(com.google.flatbuffers.FlatBufferBuilder builder, int orderCount)
     
    static void
    addPriceNanos(com.google.flatbuffers.FlatBufferBuilder builder, long priceNanos)
     
    static void
    addSize(com.google.flatbuffers.FlatBufferBuilder builder, int size)
     
    static int
    createLevel(com.google.flatbuffers.FlatBufferBuilder builder, long priceNanos, int size, int orderCount, byte maker)
     
    static int
    endLevel(com.google.flatbuffers.FlatBufferBuilder builder)
     
    static Level
     
    static Level
     
    byte
     
    int
     
    long
     
    int
     
    static void
    startLevel(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 Object

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

    • Level

      public Level()
  • Method Details

    • ValidateVersion

      public static void ValidateVersion()
    • getRootAsLevel

      public static Level getRootAsLevel(ByteBuffer _bb)
    • getRootAsLevel

      public static Level getRootAsLevel(ByteBuffer _bb, Level obj)
    • __init

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

      public Level __assign(int _i, ByteBuffer _bb)
    • priceNanos

      public long priceNanos()
    • size

      public int size()
    • orderCount

      public int orderCount()
    • maker

      public byte maker()
    • createLevel

      public static int createLevel(com.google.flatbuffers.FlatBufferBuilder builder, long priceNanos, int size, int orderCount, byte maker)
    • startLevel

      public static void startLevel(com.google.flatbuffers.FlatBufferBuilder builder)
    • addPriceNanos

      public static void addPriceNanos(com.google.flatbuffers.FlatBufferBuilder builder, long priceNanos)
    • addSize

      public static void addSize(com.google.flatbuffers.FlatBufferBuilder builder, int size)
    • addOrderCount

      public static void addOrderCount(com.google.flatbuffers.FlatBufferBuilder builder, int orderCount)
    • addMaker

      public static void addMaker(com.google.flatbuffers.FlatBufferBuilder builder, byte maker)
    • endLevel

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