public interface EncodingCore
| Modifier and Type | Method and 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