| Class | Description |
|---|---|
| ByteBufferUtil |
Class that collects utility functions around `ByteBuffer`.
|
| Constants |
Class that holds shared constants
|
| 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.
|
| 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.
|
| 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.
|
Copyright © 2019. All rights reserved.