| Class and Description |
|---|
| BaseVector
All vector access objects derive from this class, and add their own accessors.
|
| BooleanVector
Helper type for accessing vector of booleans.
|
| ByteVector
Helper type for accessing vector of signed or unsigned 8-bit values.
|
| 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.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
|
| 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.
|
| 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 |
Copyright © 2020. All rights reserved.