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 voidaddValue(FlatBufferBuilder builder, long value)static intcreateDataHashValue(FlatBufferBuilder builder, long value)static intendDataHashValue(FlatBufferBuilder builder)static DataHashValuegetRootAsDataHashValue(java.nio.ByteBuffer _bb)static DataHashValuegetRootAsDataHashValue(java.nio.ByteBuffer _bb, DataHashValue obj)static voidstartDataHashValue(FlatBufferBuilder builder)longvalue()- 
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)
 
 - 
 
 -