Uses of Class
com.google.flatbuffers.Utf8
-
Packages that use Utf8 Package Description com.google.flatbuffers -
-
Uses of Utf8 in com.google.flatbuffers
Subclasses of Utf8 in com.google.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.Methods in com.google.flatbuffers that return Utf8 Modifier and Type Method Description static Utf8Utf8. getDefault()Get the default UTF-8 processor.Methods in com.google.flatbuffers with parameters of type Utf8 Modifier and Type Method Description protected 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 com.google.flatbuffers with parameters of type Utf8 Constructor 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.
-