java.lang.Object
com.google.flatbuffers.Table
org.apache.arrow.flatbuf.Int
public final class Int
extends com.google.flatbuffers.Table
- 
Nested Class SummaryNested Classes
- 
Field SummaryFields inherited from class com.google.flatbuffers.Tablebb, bb_pos
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescription__assign(int _i, ByteBuffer _bb) void__init(int _i, ByteBuffer _bb) static voidaddBitWidth(com.google.flatbuffers.FlatBufferBuilder builder, int bitWidth) static voidaddIsSigned(com.google.flatbuffers.FlatBufferBuilder builder, boolean isSigned) intbitWidth()static intcreateInt(com.google.flatbuffers.FlatBufferBuilder builder, int bitWidth, boolean isSigned) static intendInt(com.google.flatbuffers.FlatBufferBuilder builder) static IntgetRootAsInt(ByteBuffer _bb) static IntgetRootAsInt(ByteBuffer _bb, Int obj) booleanisSigned()static voidstartInt(com.google.flatbuffers.FlatBufferBuilder builder) static voidMethods 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
- 
Constructor Details- 
Intpublic Int()
 
- 
- 
Method Details- 
ValidateVersionpublic static void ValidateVersion()
- 
getRootAsInt
- 
getRootAsInt
- 
__init
- 
__assign
- 
bitWidthpublic int bitWidth()
- 
isSignedpublic boolean isSigned()
- 
createIntpublic static int createInt(com.google.flatbuffers.FlatBufferBuilder builder, int bitWidth, boolean isSigned) 
- 
startIntpublic static void startInt(com.google.flatbuffers.FlatBufferBuilder builder) 
- 
addBitWidthpublic static void addBitWidth(com.google.flatbuffers.FlatBufferBuilder builder, int bitWidth) 
- 
addIsSignedpublic static void addIsSigned(com.google.flatbuffers.FlatBufferBuilder builder, boolean isSigned) 
- 
endIntpublic static int endInt(com.google.flatbuffers.FlatBufferBuilder builder) 
 
-