ComplexEncoding, EncodingAscii, BuiltInJavaEncoding, External8BitEncodingCore, ExternalEncoding, Iso8859_1, Utf16LEpublic interface EncodingCore
| Modifier and Type | Method | Description |
|---|---|---|
CodePointBuffer |
decode(ByteBuffer text,
CodePointBuffer buffer) |
|
CodePointBuffer |
decode(ByteBuffer text,
CodePointBuffer buffer,
EncodingErrorType errorHandling) |
|
ByteBuffer |
encode(CodePointBuffer text,
ByteBuffer buffer) |
Encode, but ignore errors.
|
ByteBuffer |
encode(CodePointBuffer text,
ByteBuffer buffer,
EncodingErrorType errorHandling) |
|
boolean |
isUnicodeCharacterSupported(int c) |
boolean isUnicodeCharacterSupported(int c)
ByteBuffer encode(CodePointBuffer text, ByteBuffer buffer) throws EncodingException
text - buffer - EncodingExceptionCodePointBuffer decode(ByteBuffer text, CodePointBuffer buffer) throws EncodingException
EncodingExceptionByteBuffer encode(CodePointBuffer text, ByteBuffer buffer, EncodingErrorType errorHandling) throws EncodingException
EncodingExceptionCodePointBuffer decode(ByteBuffer text, CodePointBuffer buffer, EncodingErrorType errorHandling) throws EncodingException
EncodingException