CodePointBuffer |
BuiltInJavaEncoding.decode(ByteBuffer text,
CodePointBuffer buffer) |
CodePointBuffer |
Ascii.decode(ByteBuffer text,
CodePointBuffer buffer,
EncodingErrorType errorHandling) |
CodePointBuffer |
BuiltInJavaEncoding.decode(ByteBuffer text,
CodePointBuffer buffer,
EncodingErrorType errorHandling) |
CodePointBuffer |
Utf16LE.decode(ByteBuffer text,
CodePointBuffer buffer,
EncodingErrorType errorHandling) |
CodePointBuffer |
Iso8859_1.decode(ByteBuffer text,
CodePointBuffer buffer,
EncodingErrorType errorHandling) |
ByteBuffer |
BuiltInJavaEncoding.encode(CodePointBuffer text,
ByteBuffer buffer)
Encode, but ignore errors.
|
ByteBuffer |
Ascii.encode(CodePointBuffer text,
ByteBuffer buffer,
EncodingErrorType errorHandling) |
ByteBuffer |
BuiltInJavaEncoding.encode(CodePointBuffer text,
ByteBuffer buffer,
EncodingErrorType errorHandling) |
ByteBuffer |
Utf16LE.encode(CodePointBuffer text,
ByteBuffer buffer,
EncodingErrorType errorHandling) |
ByteBuffer |
Iso8859_1.encode(CodePointBuffer text,
ByteBuffer buffer,
EncodingErrorType errorHandling) |