CodePointBuffer |
EncodingCore.decode(ByteBuffer text,
CodePointBuffer buffer) |
CodePointBuffer |
ExternalEncoding.decode(ByteBuffer text,
CodePointBuffer buffer) |
CodePointBuffer |
EncodingCore.decode(ByteBuffer text,
CodePointBuffer buffer,
EncodingErrorType errorHandling) |
CodePointBuffer |
ExternalEncoding.decode(ByteBuffer text,
CodePointBuffer buffer,
EncodingErrorType errorHandling) |
static java.lang.String |
EncodingUtility.encode(byte[] data,
java.lang.String encoding) |
ByteBuffer |
EncodingCore.encode(CodePointBuffer text,
ByteBuffer buffer)
Encode, but ignore errors.
|
ByteBuffer |
ExternalEncoding.encode(CodePointBuffer text,
ByteBuffer buffer) |
ByteBuffer |
EncodingCore.encode(CodePointBuffer text,
ByteBuffer buffer,
EncodingErrorType errorHandling) |
ByteBuffer |
ExternalEncoding.encode(CodePointBuffer text,
ByteBuffer buffer,
EncodingErrorType errorHandling) |
ByteBuffer |
External8BitEncodingCore.encode(CodePointBuffer text,
ByteBuffer buffer,
EncodingErrorType errorHandling) |