| Class | Description |
|---|---|
| ArrayReadWriteBuf |
Implements
ReadBuf using an array of bytes
as a backing storage. |
| BaseVector |
All vector access objects derive from this class, and add their own accessors.
|
| BooleanVector |
Helper type for accessing vector of booleans.
|
| ByteBufferReadWriteBuf | |
| ByteBufferUtil |
Class that collects utility functions around `ByteBuffer`.
|
| ByteVector |
Helper type for accessing vector of signed or unsigned 8-bit values.
|
| Constants |
Class that holds shared constants
|
| DoubleVector |
Helper type for accessing vector of double values.
|
| FlatBufferBuilder |
Class that helps you build a FlatBuffer.
|
| FlatBufferBuilder.ByteBufferFactory |
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 |
An implementation of the ByteBufferFactory interface that is used when
one is not provided by the user.
|
| FlexBuffers |
This class can be used to parse FlexBuffer messages.
|
| FlexBuffers.Blob |
Represents a array of bytes element in the buffer
|
| FlexBuffers.Key |
Represents a key element in the buffer.
|
| FlexBuffers.KeyVector |
Represent a vector of keys in a map
|
| FlexBuffers.Map |
Map object representing a set of key-value pairs.
|
| FlexBuffers.Reference |
Represents an generic element in the buffer.
|
| FlexBuffers.TypedVector |
Object that represents a set of elements with the same type
|
| FlexBuffers.Vector |
Object that represents a set of elements in the buffer
|
| FlexBuffersBuilder |
Helper class that builds FlexBuffers
|
| FloatVector |
Helper type for accessing vector of float values.
|
| IntVector |
Helper type for accessing vector of signed or unsigned 32-bit values.
|
| LongVector |
Helper type for accessing vector of long values.
|
| ShortVector |
Helper type for accessing vector of signed or unsigned 16-bit values.
|
| StringVector |
Helper type for accessing vector of String.
|
| Struct |
All structs in the generated code derive from this class, and add their own accessors.
|
| Table |
All tables in the generated code derive from this class, and add their own accessors.
|
| UnionVector |
Helper type for accessing vector of unions.
|
| Utf8 | |
| Utf8Old |
This class implements the Utf8 API using the Java Utf8 encoder.
|
| Utf8Safe |
A set of low-level, high-performance static utility methods related
to the UTF-8 character encoding.
|
| Exception | Description |
|---|---|
| FlexBuffers.FlexBufferException |
Copyright © 2020. All rights reserved.