Uses of Class
io.objectbox.flatbuffers.Utf8
Packages that use Utf8
-
Uses of Utf8 in io.objectbox.flatbuffers
Subclasses of Utf8 in io.objectbox.flatbuffersModifier and TypeClassDescriptionclassThis class implements the Utf8 API using the Java Utf8 encoder.final classA set of low-level, high-performance static utility methods related to the UTF-8 character encoding.Fields in io.objectbox.flatbuffers declared as Utf8Modifier and TypeFieldDescriptionprivate static Utf8Utf8.DEFAULT(package private) final Utf8FlatBufferBuilder.utf8private Utf8StringVector.utf8(package private) Utf8Table.utf8Methods in io.objectbox.flatbuffers that return Utf8Methods in io.objectbox.flatbuffers with parameters of type Utf8Modifier and TypeMethodDescriptionprotected static StringTable.__string(int offset, ByteBuffer bb, Utf8 utf8) Create a Java `String` from UTF-8 data stored inside the FlatBuffer.static voidUtf8.setDefault(Utf8 instance) Set the default instance of the UTF-8 processor.Constructors in io.objectbox.flatbuffers with parameters of type Utf8ModifierConstructorDescriptionFlatBufferBuilder(int initial_size, FlatBufferBuilder.ByteBufferFactory bb_factory, ByteBuffer existing_bb, Utf8 utf8) Start with a buffer of size `initial_size`, then grow as required.