ComplexEncoding
, Encoding
Ascii
, BuiltInJavaEncoding
, External8BitEncodingCore
, ExternalEncoding
, Iso8859_1
, Utf16LE
public 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
- EncodingException
CodePointBuffer decode(ByteBuffer text, CodePointBuffer buffer) throws EncodingException
EncodingException
ByteBuffer encode(CodePointBuffer text, ByteBuffer buffer, EncodingErrorType errorHandling) throws EncodingException
EncodingException
CodePointBuffer decode(ByteBuffer text, CodePointBuffer buffer, EncodingErrorType errorHandling) throws EncodingException
EncodingException