Class Int

java.lang.Object
com.google.flatbuffers.Table
org.apache.arrow.flatbuf.Int

public final class Int 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
    Int()
     
  • Method Summary

    Modifier and Type
    Method
    Description
    __assign(int _i, ByteBuffer _bb)
     
    void
    __init(int _i, ByteBuffer _bb)
     
    static void
    addBitWidth(com.google.flatbuffers.FlatBufferBuilder builder, int bitWidth)
     
    static void
    addIsSigned(com.google.flatbuffers.FlatBufferBuilder builder, boolean isSigned)
     
    int
     
    static int
    createInt(com.google.flatbuffers.FlatBufferBuilder builder, int bitWidth, boolean isSigned)
     
    static int
    endInt(com.google.flatbuffers.FlatBufferBuilder builder)
     
    static Int
     
    static Int
     
    boolean
     
    static void
    startInt(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

    • Int

      public Int()
  • Method Details

    • ValidateVersion

      public static void ValidateVersion()
    • getRootAsInt

      public static Int getRootAsInt(ByteBuffer _bb)
    • getRootAsInt

      public static Int getRootAsInt(ByteBuffer _bb, Int obj)
    • __init

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

      public Int __assign(int _i, ByteBuffer _bb)
    • bitWidth

      public int bitWidth()
    • isSigned

      public boolean isSigned()
    • createInt

      public static int createInt(com.google.flatbuffers.FlatBufferBuilder builder, int bitWidth, boolean isSigned)
    • startInt

      public static void startInt(com.google.flatbuffers.FlatBufferBuilder builder)
    • addBitWidth

      public static void addBitWidth(com.google.flatbuffers.FlatBufferBuilder builder, int bitWidth)
    • addIsSigned

      public static void addIsSigned(com.google.flatbuffers.FlatBufferBuilder builder, boolean isSigned)
    • endInt

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