- addBoolean(boolean) - Method in class com.google.flatbuffers.FlatBufferBuilder
-
Add a `boolean` to the buffer, properly aligned, and grows the buffer (if necessary).
- addBoolean(int, boolean, boolean) - Method in class com.google.flatbuffers.FlatBufferBuilder
-
Add a `boolean` to a table at `o` into its vtable, with value `x` and default `d`.
- addByte(byte) - Method in class com.google.flatbuffers.FlatBufferBuilder
-
Add a `byte` to the buffer, properly aligned, and grows the buffer (if necessary).
- addByte(int, byte, int) - Method in class com.google.flatbuffers.FlatBufferBuilder
-
Add a `byte` to a table at `o` into its vtable, with value `x` and default `d`.
- addDouble(double) - Method in class com.google.flatbuffers.FlatBufferBuilder
-
Add a `double` to the buffer, properly aligned, and grows the buffer (if necessary).
- addDouble(int, double, double) - Method in class com.google.flatbuffers.FlatBufferBuilder
-
Add a `double` to a table at `o` into its vtable, with value `x` and default `d`.
- addFloat(float) - Method in class com.google.flatbuffers.FlatBufferBuilder
-
Add a `float` to the buffer, properly aligned, and grows the buffer (if necessary).
- addFloat(int, float, double) - Method in class com.google.flatbuffers.FlatBufferBuilder
-
Add a `float` to a table at `o` into its vtable, with value `x` and default `d`.
- addInt(int) - Method in class com.google.flatbuffers.FlatBufferBuilder
-
Add an `int` to the buffer, properly aligned, and grows the buffer (if necessary).
- addInt(int, int, int) - Method in class com.google.flatbuffers.FlatBufferBuilder
-
Add an `int` to a table at `o` into its vtable, with value `x` and default `d`.
- addLong(long) - Method in class com.google.flatbuffers.FlatBufferBuilder
-
Add a `long` to the buffer, properly aligned, and grows the buffer (if necessary).
- addLong(int, long, long) - Method in class com.google.flatbuffers.FlatBufferBuilder
-
Add a `long` to a table at `o` into its vtable, with value `x` and default `d`.
- addOffset(int) - Method in class com.google.flatbuffers.FlatBufferBuilder
-
Adds on offset, relative to where it will be written.
- addOffset(int, int, int) - Method in class com.google.flatbuffers.FlatBufferBuilder
-
Add an `offset` to a table at `o` into its vtable, with value `x` and default `d`.
- addShort(short) - Method in class com.google.flatbuffers.FlatBufferBuilder
-
Add a `short` to the buffer, properly aligned, and grows the buffer (if necessary).
- addShort(int, short, int) - Method in class com.google.flatbuffers.FlatBufferBuilder
-
Add a `short` to a table at `o` into its vtable, with value `x` and default `d`.
- addStruct(int, int, int) - Method in class com.google.flatbuffers.FlatBufferBuilder
-
Add a struct to the table.
- ArrayReadWriteBuf - Class in com.google.flatbuffers
-
Implements ReadBuf using an array of bytes
as a backing storage.
- ArrayReadWriteBuf() - Constructor for class com.google.flatbuffers.ArrayReadWriteBuf
-
- ArrayReadWriteBuf(int) - Constructor for class com.google.flatbuffers.ArrayReadWriteBuf
-
- ArrayReadWriteBuf(byte[]) - Constructor for class com.google.flatbuffers.ArrayReadWriteBuf
-
- ArrayReadWriteBuf(byte[], int) - Constructor for class com.google.flatbuffers.ArrayReadWriteBuf
-
- asBlob() - Method in class com.google.flatbuffers.FlexBuffers.Reference
-
- asBoolean() - Method in class com.google.flatbuffers.FlexBuffers.Reference
-
Returns element as a boolean
- asFloat() - Method in class com.google.flatbuffers.FlexBuffers.Reference
-
Returns element as 64-bit integer.
- asInt() - Method in class com.google.flatbuffers.FlexBuffers.Reference
-
Returns element as 32-bit integer.
- asKey() - Method in class com.google.flatbuffers.FlexBuffers.Reference
-
- asLong() - Method in class com.google.flatbuffers.FlexBuffers.Reference
-
Returns element as 64-bit integer.
- asMap() - Method in class com.google.flatbuffers.FlexBuffers.Reference
-
- asString() - Method in class com.google.flatbuffers.FlexBuffers.Reference
-
Returns element as a `String`
- asUInt() - Method in class com.google.flatbuffers.FlexBuffers.Reference
-
Returns element as unsigned 64-bit integer.
- asVector() - Method in class com.google.flatbuffers.FlexBuffers.Reference
-
- FBT_BLOB - Static variable in class com.google.flatbuffers.FlexBuffers
-
Represent a blob type
- FBT_BOOL - Static variable in class com.google.flatbuffers.FlexBuffers
-
Represent a boolean type
- FBT_FLOAT - Static variable in class com.google.flatbuffers.FlexBuffers
-
Represent a float type
- FBT_INDIRECT_FLOAT - Static variable in class com.google.flatbuffers.FlexBuffers
-
Represent a indirect float type
- FBT_INDIRECT_INT - Static variable in class com.google.flatbuffers.FlexBuffers
-
Represent a indirect signed integer type
- FBT_INDIRECT_UINT - Static variable in class com.google.flatbuffers.FlexBuffers
-
Represent a indirect unsigned integer type
- FBT_INT - Static variable in class com.google.flatbuffers.FlexBuffers
-
Represent a signed integer type
- FBT_KEY - Static variable in class com.google.flatbuffers.FlexBuffers
-
Represent a key to a map type
- FBT_MAP - Static variable in class com.google.flatbuffers.FlexBuffers
-
Represent a map type
- FBT_NULL - Static variable in class com.google.flatbuffers.FlexBuffers
-
Represent a null type
- FBT_STRING - Static variable in class com.google.flatbuffers.FlexBuffers
-
Represent a string type
- FBT_UINT - Static variable in class com.google.flatbuffers.FlexBuffers
-
Represent a unsigned type
- FBT_VECTOR - Static variable in class com.google.flatbuffers.FlexBuffers
-
Represent a vector type
- FBT_VECTOR_BOOL - Static variable in class com.google.flatbuffers.FlexBuffers
-
Represent a vector of booleans type
- FBT_VECTOR_FLOAT - Static variable in class com.google.flatbuffers.FlexBuffers
-
Represent a vector of floats type
- FBT_VECTOR_FLOAT2 - Static variable in class com.google.flatbuffers.FlexBuffers
-
- FBT_VECTOR_FLOAT3 - Static variable in class com.google.flatbuffers.FlexBuffers
-
- FBT_VECTOR_FLOAT4 - Static variable in class com.google.flatbuffers.FlexBuffers
-
- FBT_VECTOR_INT - Static variable in class com.google.flatbuffers.FlexBuffers
-
Represent a vector of signed integers type
- FBT_VECTOR_INT2 - Static variable in class com.google.flatbuffers.FlexBuffers
-
- FBT_VECTOR_INT3 - Static variable in class com.google.flatbuffers.FlexBuffers
-
- FBT_VECTOR_INT4 - Static variable in class com.google.flatbuffers.FlexBuffers
-
- FBT_VECTOR_KEY - Static variable in class com.google.flatbuffers.FlexBuffers
-
Represent a vector of keys type
- FBT_VECTOR_STRING_DEPRECATED - Static variable in class com.google.flatbuffers.FlexBuffers
-
Represent a vector of strings type
- FBT_VECTOR_UINT - Static variable in class com.google.flatbuffers.FlexBuffers
-
Represent a vector of unsigned integers type
- FBT_VECTOR_UINT2 - Static variable in class com.google.flatbuffers.FlexBuffers
-
- FBT_VECTOR_UINT3 - Static variable in class com.google.flatbuffers.FlexBuffers
-
- FBT_VECTOR_UINT4 - Static variable in class com.google.flatbuffers.FlexBuffers
-
- finish(int, boolean) - Method in class com.google.flatbuffers.FlatBufferBuilder
-
Finalize a buffer, pointing to the given `root_table`.
- finish(int) - Method in class com.google.flatbuffers.FlatBufferBuilder
-
Finalize a buffer, pointing to the given `root_table`.
- finish(int, String, boolean) - Method in class com.google.flatbuffers.FlatBufferBuilder
-
Finalize a buffer, pointing to the given `root_table`.
- finish(int, String) - Method in class com.google.flatbuffers.FlatBufferBuilder
-
Finalize a buffer, pointing to the given `root_table`.
- finish() - Method in class com.google.flatbuffers.FlexBuffersBuilder
-
Finish writing the message into the buffer.
- finished() - Method in class com.google.flatbuffers.FlatBufferBuilder
-
Should not be accessing the final buffer before it is finished.
- finishSizePrefixed(int) - Method in class com.google.flatbuffers.FlatBufferBuilder
-
Finalize a buffer, pointing to the given `root_table`, with the size prefixed.
- finishSizePrefixed(int, String) - Method in class com.google.flatbuffers.FlatBufferBuilder
-
Finalize a buffer, pointing to the given `root_table`, with the size prefixed.
- FlatBufferBuilder - Class in com.google.flatbuffers
-
Class that helps you build a FlatBuffer.
- FlatBufferBuilder(int, FlatBufferBuilder.ByteBufferFactory) - Constructor for class com.google.flatbuffers.FlatBufferBuilder
-
Start with a buffer of size `initial_size`, then grow as required.
- FlatBufferBuilder(int, FlatBufferBuilder.ByteBufferFactory, ByteBuffer, Utf8) - Constructor for class com.google.flatbuffers.FlatBufferBuilder
-
Start with a buffer of size `initial_size`, then grow as required.
- FlatBufferBuilder(int) - Constructor for class com.google.flatbuffers.FlatBufferBuilder
-
Start with a buffer of size `initial_size`, then grow as required.
- FlatBufferBuilder() - Constructor for class com.google.flatbuffers.FlatBufferBuilder
-
Start with a buffer of 1KiB, then grow as required.
- FlatBufferBuilder(ByteBuffer, FlatBufferBuilder.ByteBufferFactory) - Constructor for class com.google.flatbuffers.FlatBufferBuilder
-
Alternative constructor allowing reuse of
ByteBuffers.
- FlatBufferBuilder(ByteBuffer) - Constructor for class com.google.flatbuffers.FlatBufferBuilder
-
Alternative constructor allowing reuse of
ByteBuffers.
- FlatBufferBuilder.ByteBufferFactory - Class in com.google.flatbuffers
-
An interface that provides a user of the FlatBufferBuilder class the ability to specify
the method in which the internal buffer gets allocated.
- FlatBufferBuilder.HeapByteBufferFactory - Class in com.google.flatbuffers
-
An implementation of the ByteBufferFactory interface that is used when
one is not provided by the user.
- FLATBUFFERS_1_12_0() - Static method in class com.google.flatbuffers.Constants
-
A version identifier to force a compile error if someone
accidentally tries to build generated code with a runtime of
two mismatched version.
- FlexBuffers - Class in com.google.flatbuffers
-
This class can be used to parse FlexBuffer messages.
- FlexBuffers() - Constructor for class com.google.flatbuffers.FlexBuffers
-
- FlexBuffers.Blob - Class in com.google.flatbuffers
-
Represents a array of bytes element in the buffer
- FlexBuffers.FlexBufferException - Exception in com.google.flatbuffers
-
- FlexBuffers.Key - Class in com.google.flatbuffers
-
Represents a key element in the buffer.
- FlexBuffers.KeyVector - Class in com.google.flatbuffers
-
Represent a vector of keys in a map
- FlexBuffers.Map - Class in com.google.flatbuffers
-
Map object representing a set of key-value pairs.
- FlexBuffers.Reference - Class in com.google.flatbuffers
-
Represents an generic element in the buffer.
- FlexBuffers.TypedVector - Class in com.google.flatbuffers
-
Object that represents a set of elements with the same type
- FlexBuffers.Vector - Class in com.google.flatbuffers
-
Object that represents a set of elements in the buffer
- FlexBuffersBuilder - Class in com.google.flatbuffers
-
Helper class that builds FlexBuffers
- FlexBuffersBuilder(int) - Constructor for class com.google.flatbuffers.FlexBuffersBuilder
-
- FlexBuffersBuilder() - Constructor for class com.google.flatbuffers.FlexBuffersBuilder
-
- FlexBuffersBuilder(ByteBuffer, int) - Constructor for class com.google.flatbuffers.FlexBuffersBuilder
-
Deprecated.
- FlexBuffersBuilder(ReadWriteBuf, int) - Constructor for class com.google.flatbuffers.FlexBuffersBuilder
-
- FlexBuffersBuilder(ByteBuffer) - Constructor for class com.google.flatbuffers.FlexBuffersBuilder
-
Constructs a newly allocated FlexBuffersBuilder.
- FloatVector - Class in com.google.flatbuffers
-
Helper type for accessing vector of float values.
- FloatVector() - Constructor for class com.google.flatbuffers.FloatVector
-
- forceDefaults(boolean) - Method in class com.google.flatbuffers.FlatBufferBuilder
-
In order to save space, fields that are set to their default value
don't get serialized into the buffer.
- get(int) - Method in class com.google.flatbuffers.ArrayReadWriteBuf
-
- get(int) - Method in class com.google.flatbuffers.BooleanVector
-
Reads the boolean at the given index.
- get(int) - Method in class com.google.flatbuffers.ByteBufferReadWriteBuf
-
- get(int) - Method in class com.google.flatbuffers.ByteVector
-
Reads the byte at the given index.
- get(int) - Method in class com.google.flatbuffers.DoubleVector
-
Reads the double value at the given index.
- get(int) - Method in class com.google.flatbuffers.FlexBuffers.Blob
-
Return individual byte at a given position
- get(int) - Method in class com.google.flatbuffers.FlexBuffers.KeyVector
-
Return key
- get(String) - Method in class com.google.flatbuffers.FlexBuffers.Map
-
- get(byte[]) - Method in class com.google.flatbuffers.FlexBuffers.Map
-
- get(int) - Method in class com.google.flatbuffers.FlexBuffers.TypedVector
-
Get reference to an object in the Vector
- get(int) - Method in class com.google.flatbuffers.FlexBuffers.Vector
-
Get a element in a vector by index
- get(int) - Method in class com.google.flatbuffers.FloatVector
-
Reads the float value at the given index.
- get(int) - Method in class com.google.flatbuffers.IntVector
-
Reads the integer at the given index.
- get(int) - Method in class com.google.flatbuffers.LongVector
-
Reads the long value at the given index.
- get(int) - Method in class com.google.flatbuffers.ShortVector
-
Reads the short value at the given index.
- get(int) - Method in class com.google.flatbuffers.StringVector
-
Reads the String at the given index.
- get(Table, int) - Method in class com.google.flatbuffers.UnionVector
-
Initialize any Table-derived type to point to the union at the given `index`.
- getAsUnsigned(int) - Method in class com.google.flatbuffers.ByteVector
-
Reads the byte at the given index, zero-extends it to type int, and returns the result,
which is therefore in the range 0 through 255.
- getAsUnsigned(int) - Method in class com.google.flatbuffers.IntVector
-
Reads the integer at the given index, zero-extends it to type long, and returns the result,
which is therefore in the range 0 through 4294967295.
- getAsUnsigned(int) - Method in class com.google.flatbuffers.ShortVector
-
Reads the short at the given index, zero-extends it to type int, and returns the result,
which is therefore in the range 0 through 65535.
- getBoolean(int) - Method in class com.google.flatbuffers.ArrayReadWriteBuf
-
- getBoolean(int) - Method in class com.google.flatbuffers.ByteBufferReadWriteBuf
-
- getBuffer() - Method in class com.google.flatbuffers.FlexBuffersBuilder
-
Return `ByteBuffer` containing FlexBuffer message.
- getByteBuffer() - Method in class com.google.flatbuffers.Table
-
Get the underlying ByteBuffer.
- getBytes() - Method in class com.google.flatbuffers.FlexBuffers.Blob
-
Copy blob into a byte[]
- getDefault() - Static method in class com.google.flatbuffers.Utf8
-
Get the default UTF-8 processor.
- getDouble(int) - Method in class com.google.flatbuffers.ArrayReadWriteBuf
-
- getDouble(int) - Method in class com.google.flatbuffers.ByteBufferReadWriteBuf
-
- getElemType() - Method in class com.google.flatbuffers.FlexBuffers.TypedVector
-
Return element type for all elements in the vector
- getFloat(int) - Method in class com.google.flatbuffers.ArrayReadWriteBuf
-
- getFloat(int) - Method in class com.google.flatbuffers.ByteBufferReadWriteBuf
-
- getInt(int) - Method in class com.google.flatbuffers.ArrayReadWriteBuf
-
- getInt(int) - Method in class com.google.flatbuffers.ByteBufferReadWriteBuf
-
- getLong(int) - Method in class com.google.flatbuffers.ArrayReadWriteBuf
-
- getLong(int) - Method in class com.google.flatbuffers.ByteBufferReadWriteBuf
-
- getRoot(ByteBuffer) - Static method in class com.google.flatbuffers.FlexBuffers
-
Deprecated.
- getRoot(ReadBuf) - Static method in class com.google.flatbuffers.FlexBuffers
-
- getShort(int) - Method in class com.google.flatbuffers.ArrayReadWriteBuf
-
- getShort(int) - Method in class com.google.flatbuffers.ByteBufferReadWriteBuf
-
- getSizePrefix(ByteBuffer) - Static method in class com.google.flatbuffers.ByteBufferUtil
-
Extract the size prefix from a `ByteBuffer`.
- getString(int, int) - Method in class com.google.flatbuffers.ArrayReadWriteBuf
-
- getString(int, int) - Method in class com.google.flatbuffers.ByteBufferReadWriteBuf
-
- getType() - Method in class com.google.flatbuffers.FlexBuffers.Reference
-
Return element type
- init(ByteBuffer, FlatBufferBuilder.ByteBufferFactory) - Method in class com.google.flatbuffers.FlatBufferBuilder
-
Alternative initializer that allows reusing this object on an existing
`ByteBuffer`.
- INSTANCE - Static variable in class com.google.flatbuffers.FlatBufferBuilder.HeapByteBufferFactory
-
- IntVector - Class in com.google.flatbuffers
-
Helper type for accessing vector of signed or unsigned 32-bit values.
- IntVector() - Constructor for class com.google.flatbuffers.IntVector
-
- isBlob() - Method in class com.google.flatbuffers.FlexBuffers.Reference
-
Checks whether the element type is a blob
- isBoolean() - Method in class com.google.flatbuffers.FlexBuffers.Reference
-
Checks whether the element is boolean type
- isEmpty() - Method in class com.google.flatbuffers.FlexBuffers.Vector
-
Checks if the vector is empty
- isEmptyVector() - Method in class com.google.flatbuffers.FlexBuffers.TypedVector
-
Returns whether the vector is empty
- isFieldPresent(Table, int) - Static method in class com.google.flatbuffers.FlatBufferBuilder
-
Helper function to test if a field is present in the table
- isFloat() - Method in class com.google.flatbuffers.FlexBuffers.Reference
-
Checks whether the element type is float
- isInt() - Method in class com.google.flatbuffers.FlexBuffers.Reference
-
Checks whether the element type is signed integer
- isIntOrUInt() - Method in class com.google.flatbuffers.FlexBuffers.Reference
-
Checks whether the element type is signed or unsigned integers
- isKey() - Method in class com.google.flatbuffers.FlexBuffers.Reference
-
Checks whether the element type is key
- isMap() - Method in class com.google.flatbuffers.FlexBuffers.Reference
-
Checks whether the element type is a map
- isNull() - Method in class com.google.flatbuffers.FlexBuffers.Reference
-
Checks whether the element is null type
- isNumeric() - Method in class com.google.flatbuffers.FlexBuffers.Reference
-
Checks whether the element type is numeric (signed/unsigned integers and floats)
- isString() - Method in class com.google.flatbuffers.FlexBuffers.Reference
-
Checks whether the element type is string
- isTypedVector() - Method in class com.google.flatbuffers.FlexBuffers.Reference
-
Checks whether the element type is typed vector
- isUInt() - Method in class com.google.flatbuffers.FlexBuffers.Reference
-
Checks whether the element type is signed integer
- isVector() - Method in class com.google.flatbuffers.FlexBuffers.Reference
-
Checks whether the element type is vector
- pad(int) - Method in class com.google.flatbuffers.FlatBufferBuilder
-
Add zero valued bytes to prepare a new entry to be added.
- prep(int, int) - Method in class com.google.flatbuffers.FlatBufferBuilder
-
Prepare to write an element of `size` after `additional_bytes`
have been written, e.g.
- put(byte[], int, int) - Method in class com.google.flatbuffers.ArrayReadWriteBuf
-
- put(byte) - Method in class com.google.flatbuffers.ArrayReadWriteBuf
-
- put(byte[], int, int) - Method in class com.google.flatbuffers.ByteBufferReadWriteBuf
-
- put(byte) - Method in class com.google.flatbuffers.ByteBufferReadWriteBuf
-
- putBlob(byte[]) - Method in class com.google.flatbuffers.FlexBuffersBuilder
-
Adds a byte array into the message
- putBlob(String, byte[]) - Method in class com.google.flatbuffers.FlexBuffersBuilder
-
Adds a byte array into the message
- putBoolean(boolean) - Method in class com.google.flatbuffers.ArrayReadWriteBuf
-
- putBoolean(boolean) - Method in class com.google.flatbuffers.ByteBufferReadWriteBuf
-
- putBoolean(boolean) - Method in class com.google.flatbuffers.FlatBufferBuilder
-
Add a `boolean` to the buffer, backwards from the current location.
- putBoolean(boolean) - Method in class com.google.flatbuffers.FlexBuffersBuilder
-
Insert a single boolean into the buffer
- putBoolean(String, boolean) - Method in class com.google.flatbuffers.FlexBuffersBuilder
-
Insert a single boolean into the buffer
- putByte(byte) - Method in class com.google.flatbuffers.FlatBufferBuilder
-
Add a `byte` to the buffer, backwards from the current location.
- putDouble(double) - Method in class com.google.flatbuffers.ArrayReadWriteBuf
-
- putDouble(double) - Method in class com.google.flatbuffers.ByteBufferReadWriteBuf
-
- putDouble(double) - Method in class com.google.flatbuffers.FlatBufferBuilder
-
Add a `double` to the buffer, backwards from the current location.
- putFloat(float) - Method in class com.google.flatbuffers.ArrayReadWriteBuf
-
- putFloat(float) - Method in class com.google.flatbuffers.ByteBufferReadWriteBuf
-
- putFloat(float) - Method in class com.google.flatbuffers.FlatBufferBuilder
-
Add a `float` to the buffer, backwards from the current location.
- putFloat(float) - Method in class com.google.flatbuffers.FlexBuffersBuilder
-
Adds a 32-bit float into the buff.
- putFloat(String, float) - Method in class com.google.flatbuffers.FlexBuffersBuilder
-
Adds a 32-bit float into the buff.
- putFloat(double) - Method in class com.google.flatbuffers.FlexBuffersBuilder
-
Adds a 64-bit float into the buff.
- putFloat(String, double) - Method in class com.google.flatbuffers.FlexBuffersBuilder
-
Adds a 64-bit float into the buff.
- putInt(int) - Method in class com.google.flatbuffers.ArrayReadWriteBuf
-
- putInt(int) - Method in class com.google.flatbuffers.ByteBufferReadWriteBuf
-
- putInt(int) - Method in class com.google.flatbuffers.FlatBufferBuilder
-
Add an `int` to the buffer, backwards from the current location.
- putInt(int) - Method in class com.google.flatbuffers.FlexBuffersBuilder
-
Adds a integer into the buff
- putInt(String, int) - Method in class com.google.flatbuffers.FlexBuffersBuilder
-
Adds a integer into the buff
- putInt(String, long) - Method in class com.google.flatbuffers.FlexBuffersBuilder
-
Adds a integer into the buff
- putInt(long) - Method in class com.google.flatbuffers.FlexBuffersBuilder
-
Adds a 64-bit integer into the buff
- putLong(long) - Method in class com.google.flatbuffers.ArrayReadWriteBuf
-
- putLong(long) - Method in class com.google.flatbuffers.ByteBufferReadWriteBuf
-
- putLong(long) - Method in class com.google.flatbuffers.FlatBufferBuilder
-
Add a `long` to the buffer, backwards from the current location.
- putShort(short) - Method in class com.google.flatbuffers.ArrayReadWriteBuf
-
- putShort(short) - Method in class com.google.flatbuffers.ByteBufferReadWriteBuf
-
- putShort(short) - Method in class com.google.flatbuffers.FlatBufferBuilder
-
Add a `short` to the buffer, backwards from the current location.
- putString(String) - Method in class com.google.flatbuffers.FlexBuffersBuilder
-
Adds a String into the buffer
- putString(String, String) - Method in class com.google.flatbuffers.FlexBuffersBuilder
-
Adds a String into the buffer
- putUInt(int) - Method in class com.google.flatbuffers.FlexBuffersBuilder
-
Adds a unsigned integer into the buff.
- putUInt(long) - Method in class com.google.flatbuffers.FlexBuffersBuilder
-
Adds a unsigned integer (stored in a signed 64-bit integer) into the buff.
- putUInt64(BigInteger) - Method in class com.google.flatbuffers.FlexBuffersBuilder
-
Adds a 64-bit unsigned integer (stored as
BigInteger) into the buff.
- set(int, byte) - Method in class com.google.flatbuffers.ArrayReadWriteBuf
-
- set(int, byte[], int, int) - Method in class com.google.flatbuffers.ArrayReadWriteBuf
-
- set(int, byte) - Method in class com.google.flatbuffers.ByteBufferReadWriteBuf
-
- set(int, byte[], int, int) - Method in class com.google.flatbuffers.ByteBufferReadWriteBuf
-
- setBoolean(int, boolean) - Method in class com.google.flatbuffers.ArrayReadWriteBuf
-
- setBoolean(int, boolean) - Method in class com.google.flatbuffers.ByteBufferReadWriteBuf
-
- setDefault(Utf8) - Static method in class com.google.flatbuffers.Utf8
-
Set the default instance of the UTF-8 processor.
- setDouble(int, double) - Method in class com.google.flatbuffers.ArrayReadWriteBuf
-
- setDouble(int, double) - Method in class com.google.flatbuffers.ByteBufferReadWriteBuf
-
- setFloat(int, float) - Method in class com.google.flatbuffers.ArrayReadWriteBuf
-
- setFloat(int, float) - Method in class com.google.flatbuffers.ByteBufferReadWriteBuf
-
- setInt(int, int) - Method in class com.google.flatbuffers.ArrayReadWriteBuf
-
- setInt(int, int) - Method in class com.google.flatbuffers.ByteBufferReadWriteBuf
-
- setLong(int, long) - Method in class com.google.flatbuffers.ArrayReadWriteBuf
-
- setLong(int, long) - Method in class com.google.flatbuffers.ByteBufferReadWriteBuf
-
- setShort(int, short) - Method in class com.google.flatbuffers.ArrayReadWriteBuf
-
- setShort(int, short) - Method in class com.google.flatbuffers.ByteBufferReadWriteBuf
-
- ShortVector - Class in com.google.flatbuffers
-
Helper type for accessing vector of signed or unsigned 16-bit values.
- ShortVector() - Constructor for class com.google.flatbuffers.ShortVector
-
- size() - Method in class com.google.flatbuffers.FlexBuffers.KeyVector
-
Returns size of key vector
- SIZE_PREFIX_LENGTH - Static variable in class com.google.flatbuffers.Constants
-
The number of bytes in a size prefix.
- sizedByteArray(int, int) - Method in class com.google.flatbuffers.FlatBufferBuilder
-
A utility function to copy and return the ByteBuffer data from `start` to
`start` + `length` as a `byte[]`.
- sizedByteArray() - Method in class com.google.flatbuffers.FlatBufferBuilder
-
A utility function to copy and return the ByteBuffer data as a `byte[]`.
- sizedInputStream() - Method in class com.google.flatbuffers.FlatBufferBuilder
-
A utility function to return an InputStream to the ByteBuffer data
- slot(int) - Method in class com.google.flatbuffers.FlatBufferBuilder
-
Set the current vtable at `voffset` to the current location in the buffer.
- sortTables(int[], ByteBuffer) - Method in class com.google.flatbuffers.Table
-
Sort tables by the key.
- startMap() - Method in class com.google.flatbuffers.FlexBuffersBuilder
-
Start a new map in the buffer.
- startTable(int) - Method in class com.google.flatbuffers.FlatBufferBuilder
-
Start encoding a new object in the buffer.
- startVector(int, int, int) - Method in class com.google.flatbuffers.FlatBufferBuilder
-
Start a new array/vector of objects.
- startVector() - Method in class com.google.flatbuffers.FlexBuffersBuilder
-
Start a new vector in the buffer.
- StringVector - Class in com.google.flatbuffers
-
Helper type for accessing vector of String.
- StringVector() - Constructor for class com.google.flatbuffers.StringVector
-
- Struct - Class in com.google.flatbuffers
-
All structs in the generated code derive from this class, and add their own accessors.
- Struct() - Constructor for class com.google.flatbuffers.Struct
-
- __assign(int, ByteBuffer) - Method in class com.google.flatbuffers.BooleanVector
-
Assigns vector access object to vector data.
- __assign(int, ByteBuffer) - Method in class com.google.flatbuffers.ByteVector
-
Assigns vector access object to vector data.
- __assign(int, ByteBuffer) - Method in class com.google.flatbuffers.DoubleVector
-
Assigns vector access object to vector data.
- __assign(int, ByteBuffer) - Method in class com.google.flatbuffers.FloatVector
-
Assigns vector access object to vector data.
- __assign(int, ByteBuffer) - Method in class com.google.flatbuffers.IntVector
-
Assigns vector access object to vector data.
- __assign(int, ByteBuffer) - Method in class com.google.flatbuffers.LongVector
-
Assigns vector access object to vector data.
- __assign(int, ByteBuffer) - Method in class com.google.flatbuffers.ShortVector
-
Assigns vector access object to vector data.
- __assign(int, int, ByteBuffer) - Method in class com.google.flatbuffers.StringVector
-
Assigns vector access object to vector data.
- __assign(int, int, ByteBuffer) - Method in class com.google.flatbuffers.UnionVector
-
Assigns vector access object to vector data.
- __element(int) - Method in class com.google.flatbuffers.BaseVector
-
Gets the element position in vector's ByteBuffer.
- __has_identifier(ByteBuffer, String) - Static method in class com.google.flatbuffers.Table
-
- __indirect(int) - Method in class com.google.flatbuffers.Table
-
Retrieve a relative offset.
- __indirect(int, ByteBuffer) - Static method in class com.google.flatbuffers.Table
-
Retrieve a relative offset.
- __offset(int) - Method in class com.google.flatbuffers.Table
-
Look up a field in the vtable.
- __offset(int, int, ByteBuffer) - Static method in class com.google.flatbuffers.Table
-
- __reset(int, int, ByteBuffer) - Method in class com.google.flatbuffers.BaseVector
-
Re-init the internal state with an external buffer ByteBuffer, an offset within and
element size.
- __reset(int, ByteBuffer) - Method in class com.google.flatbuffers.Struct
-
Re-init the internal state with an external buffer ByteBuffer and an offset within.
- __reset() - Method in class com.google.flatbuffers.Struct
-
Resets internal state with a null ByteBuffer and a zero position.
- __reset(int, ByteBuffer) - Method in class com.google.flatbuffers.Table
-
Re-init the internal state with an external buffer ByteBuffer and an offset within.
- __reset() - Method in class com.google.flatbuffers.Table
-
Resets the internal state with a null ByteBuffer and a zero position.
- __string(int) - Method in class com.google.flatbuffers.Table
-
Create a Java `String` from UTF-8 data stored inside the FlatBuffer.
- __string(int, ByteBuffer, Utf8) - Static method in class com.google.flatbuffers.Table
-
Create a Java `String` from UTF-8 data stored inside the FlatBuffer.
- __union(Table, int) - Method in class com.google.flatbuffers.Table
-
Initialize any Table-derived type to point to the union at the given `offset`.
- __union(Table, int, ByteBuffer) - Static method in class com.google.flatbuffers.Table
-
Initialize any Table-derived type to point to the union at the given `offset`.
- __vector() - Method in class com.google.flatbuffers.BaseVector
-
Get the start data of a vector.
- __vector(int) - Method in class com.google.flatbuffers.Table
-
Get the start data of a vector.
- __vector_as_bytebuffer(int, int) - Method in class com.google.flatbuffers.Table
-
Get a whole vector as a ByteBuffer.
- __vector_in_bytebuffer(ByteBuffer, int, int) - Method in class com.google.flatbuffers.Table
-
Initialize vector as a ByteBuffer.
- __vector_len(int) - Method in class com.google.flatbuffers.Table
-
Get the length of a vector.