Package pro.streem.ar.schemas.sceneform
Class ExternalSamplerInit
- java.lang.Object
-
- pro.streem.flatbuffers.Table
-
- pro.streem.ar.schemas.sceneform.ExternalSamplerInit
-
public final class ExternalSamplerInit 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 ExternalSamplerInit()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description ExternalSamplerInit__assign(int _i, java.nio.ByteBuffer _bb)void__init(int _i, java.nio.ByteBuffer _bb)static voidaddPath(FlatBufferBuilder builder, int pathOffset)static voidaddUsage(FlatBufferBuilder builder, int usage)static intcreateExternalSamplerInit(FlatBufferBuilder builder, int pathOffset, int usage)static intendExternalSamplerInit(FlatBufferBuilder builder)static ExternalSamplerInitgetRootAsExternalSamplerInit(java.nio.ByteBuffer _bb)static ExternalSamplerInitgetRootAsExternalSamplerInit(java.nio.ByteBuffer _bb, ExternalSamplerInit obj)java.lang.Stringpath()java.nio.ByteBufferpathAsByteBuffer()java.nio.ByteBufferpathInByteBuffer(java.nio.ByteBuffer _bb)static voidstartExternalSamplerInit(FlatBufferBuilder builder)intusage()-
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
-
getRootAsExternalSamplerInit
public static ExternalSamplerInit getRootAsExternalSamplerInit(java.nio.ByteBuffer _bb)
-
getRootAsExternalSamplerInit
public static ExternalSamplerInit getRootAsExternalSamplerInit(java.nio.ByteBuffer _bb, ExternalSamplerInit obj)
-
__init
public void __init(int _i, java.nio.ByteBuffer _bb)
-
__assign
public ExternalSamplerInit __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)
-
usage
public int usage()
-
createExternalSamplerInit
public static int createExternalSamplerInit(FlatBufferBuilder builder, int pathOffset, int usage)
-
startExternalSamplerInit
public static void startExternalSamplerInit(FlatBufferBuilder builder)
-
addPath
public static void addPath(FlatBufferBuilder builder, int pathOffset)
-
addUsage
public static void addUsage(FlatBufferBuilder builder, int usage)
-
endExternalSamplerInit
public static int endExternalSamplerInit(FlatBufferBuilder builder)
-
-