| Modifier and Type | Class and Description |
|---|---|
class |
Utf8Old
This class implements the Utf8 API using the Java Utf8 encoder.
|
class |
Utf8Safe
A set of low-level, high-performance static utility methods related
to the UTF-8 character encoding.
|
| Modifier and Type | Method and Description |
|---|---|
static Utf8 |
Utf8.getDefault()
Get the default UTF-8 processor.
|
| Modifier and Type | Method and Description |
|---|---|
protected static String |
Table.__string(int offset,
ByteBuffer bb,
Utf8 utf8)
Create a Java `String` from UTF-8 data stored inside the FlatBuffer.
|
static void |
Utf8.setDefault(Utf8 instance)
Set the default instance of the UTF-8 processor.
|
| Constructor and Description |
|---|
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.