Uses of Class
io.objectbox.flatbuffers.Utf8
-
Packages that use Utf8 Package Description io.objectbox.flatbuffers -
-
Uses of Utf8 in io.objectbox.flatbuffers
Subclasses of Utf8 in io.objectbox.flatbuffers Modifier and Type Class Description classUtf8OldThis class implements the Utf8 API using the Java Utf8 encoder.classUtf8SafeA set of low-level, high-performance static utility methods related to the UTF-8 character encoding.Fields in io.objectbox.flatbuffers declared as Utf8 Modifier and Type Field Description private static Utf8Utf8. DEFAULT(package private) Utf8FlatBufferBuilder. utf8private Utf8StringVector. utf8(package private) Utf8Table. utf8Methods in io.objectbox.flatbuffers that return Utf8 Modifier and Type Method Description static Utf8Utf8. getDefault()Get the default UTF-8 processor.Methods in io.objectbox.flatbuffers with parameters of type Utf8 Modifier and Type Method Description protected static java.lang.StringTable. __string(int offset, java.nio.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 Utf8 Constructor Description FlatBufferBuilder(int initial_size, FlatBufferBuilder.ByteBufferFactory bb_factory, java.nio.ByteBuffer existing_bb, Utf8 utf8)Start with a buffer of size `initial_size`, then grow as required.
-