public final class Iso8859_1 extends java.lang.Object implements Encoding
| Constructor and Description |
|---|
Iso8859_1() |
| 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) |
java.lang.String |
getName() |
java.lang.String |
getName(java.util.Locale locale) |
boolean |
isUnicodeCharacterSupported(int c) |
public java.lang.String getName(java.util.Locale locale)
public boolean isUnicodeCharacterSupported(int c)
isUnicodeCharacterSupported in interface EncodingCorepublic ByteBuffer encode(CodePointBuffer text, ByteBuffer buffer)
encode in interface EncodingCoretext - buffer - public CodePointBuffer decode(ByteBuffer text, CodePointBuffer buffer)
decode in interface EncodingCorepublic ByteBuffer encode(CodePointBuffer text, ByteBuffer buffer, EncodingErrorType errorHandling) throws EncodingException
encode in interface EncodingCoreEncodingExceptionpublic CodePointBuffer decode(ByteBuffer text, CodePointBuffer buffer, EncodingErrorType errorHandling) throws EncodingException
decode in interface EncodingCoreEncodingException