Class DataInt
- java.lang.Object
-
- com.google.flatbuffers.Table
-
- com.google.ar.sceneform.lullmodel.DataInt
-
public final class DataInt extends Table
-
-
Field Summary
-
Fields inherited from class com.google.flatbuffers.Table
UTF8_CHARSET
-
-
Constructor Summary
Constructors Constructor Description DataInt()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description DataInt
__assign(int _i, java.nio.ByteBuffer _bb)
void
__init(int _i, java.nio.ByteBuffer _bb)
static void
addValue(FlatBufferBuilder builder, int value)
static int
createDataInt(FlatBufferBuilder builder, int value)
static int
endDataInt(FlatBufferBuilder builder)
static DataInt
getRootAsDataInt(java.nio.ByteBuffer _bb)
static DataInt
getRootAsDataInt(java.nio.ByteBuffer _bb, DataInt obj)
static void
startDataInt(FlatBufferBuilder builder)
int
value()
-
Methods inherited from class com.google.flatbuffers.Table
__reset, getByteBuffer
-
-
-
-
Method Detail
-
getRootAsDataInt
public static DataInt getRootAsDataInt(java.nio.ByteBuffer _bb)
-
__init
public void __init(int _i, java.nio.ByteBuffer _bb)
-
__assign
public DataInt __assign(int _i, java.nio.ByteBuffer _bb)
-
value
public int value()
-
createDataInt
public static int createDataInt(FlatBufferBuilder builder, int value)
-
startDataInt
public static void startDataInt(FlatBufferBuilder builder)
-
addValue
public static void addValue(FlatBufferBuilder builder, int value)
-
endDataInt
public static int endDataInt(FlatBufferBuilder builder)
-
-