public static interface FlatBufferBuilder.ByteBufferFactory
| Modifier and Type | Method and Description |
|---|---|
ByteBuffer |
newByteBuffer(int capacity)
Create a `ByteBuffer` with a given capacity.
|
ByteBuffer newByteBuffer(int capacity)
capacity - The size of the `ByteBuffer` to allocate.Copyright © 2018. All rights reserved.