Package pro.streem.ar.schemas.sceneform
Class InputDef
- java.lang.Object
-
- pro.streem.flatbuffers.Table
-
- pro.streem.ar.schemas.sceneform.InputDef
-
public final class InputDef extends Table
-
-
Field Summary
-
Fields inherited from class pro.streem.flatbuffers.Table
bb, bb_pos, UTF8_CHARSET, vtable_size, vtable_start
-
-
Constructor Summary
Constructors Constructor Description InputDef()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description InputDef__assign(int _i, java.nio.ByteBuffer _bb)void__init(int _i, java.nio.ByteBuffer _bb)static voidaddHash(FlatBufferBuilder builder, int hashOffset)static voidaddPath(FlatBufferBuilder builder, int pathOffset)static intcreateInputDef(FlatBufferBuilder builder, int pathOffset, int hashOffset)static intendInputDef(FlatBufferBuilder builder)static InputDefgetRootAsInputDef(java.nio.ByteBuffer _bb)static InputDefgetRootAsInputDef(java.nio.ByteBuffer _bb, InputDef obj)java.lang.Stringhash()java.nio.ByteBufferhashAsByteBuffer()java.nio.ByteBufferhashInByteBuffer(java.nio.ByteBuffer _bb)java.lang.Stringpath()java.nio.ByteBufferpathAsByteBuffer()java.nio.ByteBufferpathInByteBuffer(java.nio.ByteBuffer _bb)static voidstartInputDef(FlatBufferBuilder builder)-
Methods inherited from class pro.streem.flatbuffers.Table
__has_identifier, __indirect, __indirect, __offset, __offset, __reset, __string, __union, __vector, __vector_as_bytebuffer, __vector_in_bytebuffer, __vector_len, compareStrings, compareStrings, getByteBuffer, keysCompare, sortTables
-
-
-
-
Method Detail
-
getRootAsInputDef
public static InputDef getRootAsInputDef(java.nio.ByteBuffer _bb)
-
__init
public void __init(int _i, java.nio.ByteBuffer _bb)
-
__assign
public InputDef __assign(int _i, java.nio.ByteBuffer _bb)
-
path
public java.lang.String path()
-
pathAsByteBuffer
public java.nio.ByteBuffer pathAsByteBuffer()
-
pathInByteBuffer
public java.nio.ByteBuffer pathInByteBuffer(java.nio.ByteBuffer _bb)
-
hash
public java.lang.String hash()
-
hashAsByteBuffer
public java.nio.ByteBuffer hashAsByteBuffer()
-
hashInByteBuffer
public java.nio.ByteBuffer hashInByteBuffer(java.nio.ByteBuffer _bb)
-
createInputDef
public static int createInputDef(FlatBufferBuilder builder, int pathOffset, int hashOffset)
-
startInputDef
public static void startInputDef(FlatBufferBuilder builder)
-
addPath
public static void addPath(FlatBufferBuilder builder, int pathOffset)
-
addHash
public static void addHash(FlatBufferBuilder builder, int hashOffset)
-
endInputDef
public static int endInputDef(FlatBufferBuilder builder)
-
-