| Class and Description |
|---|
| 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.
|
| Table
All tables in the generated code derive from this class, and add their own accessors.
|
| Utf8 |
Copyright © 2019. All rights reserved.