| Interface | Description |
|---|---|
| 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.
|
| 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.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.
|
Copyright © 2018. All rights reserved.