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