| Modifier and Type | Class and Description |
|---|---|
static class |
FlatBufferBuilder.HeapByteBufferFactory
An implementation of the ByteBufferFactory interface that is used when
one is not provided by the user.
|
| Modifier and Type | Method and Description |
|---|---|
FlatBufferBuilder |
FlatBufferBuilder.init(ByteBuffer existing_bb,
FlatBufferBuilder.ByteBufferFactory bb_factory)
Alternative initializer that allows reusing this object on an existing
`ByteBuffer`.
|
| Constructor and Description |
|---|
FlatBufferBuilder(ByteBuffer existing_bb,
FlatBufferBuilder.ByteBufferFactory bb_factory)
Alternative constructor allowing reuse of
ByteBuffers. |
FlatBufferBuilder(int initial_size,
FlatBufferBuilder.ByteBufferFactory bb_factory)
Start with a buffer of size `initial_size`, then grow as required.
|
FlatBufferBuilder(int initial_size,
FlatBufferBuilder.ByteBufferFactory bb_factory,
ByteBuffer existing_bb,
Utf8 utf8)
Start with a buffer of size `initial_size`, then grow as required.
|
Copyright © 2020. All rights reserved.