FlatBuffers
An open source project by FPL.
com.google.flatbuffers.Utf8Old Class Reference

This class implements the Utf8 API using the Java Utf8 encoder. More...

Inheritance diagram for com.google.flatbuffers.Utf8Old:
com.google.flatbuffers.Utf8

Detailed Description

This class implements the Utf8 API using the Java Utf8 encoder.

Use Utf8.setDefault(new Utf8Old()); to use it.

Public Member Functions

String decodeUtf8 (ByteBuffer buffer, int offset, int length)
 
int encodedLength (CharSequence in)
 
void encodeUtf8 (CharSequence in, ByteBuffer out)
 
- Public Member Functions inherited from com.google.flatbuffers.Utf8
abstract String decodeUtf8 (ByteBuffer buffer, int offset, int length)
 Decodes the given UTF-8 portion of the ByteBuffer into a String. More...
 
abstract int encodedLength (CharSequence sequence)
 Returns the number of bytes in the UTF-8-encoded form of. More...
 
abstract void encodeUtf8 (CharSequence in, ByteBuffer out)
 Encodes the given characters to the target ByteBuffer using UTF-8 encoding. More...
 

Additional Inherited Members

- Static Public Member Functions inherited from com.google.flatbuffers.Utf8
static Utf8 getDefault ()
 Get the default UTF-8 processor. More...
 
static void setDefault (Utf8 instance)
 Set the default instance of the UTF-8 processor. More...
 

The documentation for this class was generated from the following file: