- java.lang.Object
-
- java.nio.charset.Charset
-
- org.jcodings.spi.ISO_8859_16
-
- All Implemented Interfaces:
Comparable<Charset>
public class ISO_8859_16 extends Charset
Implementation of Charset, CharsetDecoder, and CharsetEncoder for ISO-8859-16.
-
-
Field Summary
Fields Modifier and Type Field Description static ISO_8859_16INSTANCE
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleancontains(Charset cs)CharsetDecodernewDecoder()CharsetEncodernewEncoder()-
Methods inherited from class java.nio.charset.Charset
aliases, availableCharsets, canEncode, compareTo, decode, defaultCharset, displayName, displayName, encode, encode, equals, forName, hashCode, isRegistered, isSupported, name, toString
-
-
-
-
Field Detail
-
INSTANCE
public static final ISO_8859_16 INSTANCE
-
-
Method Detail
-
newDecoder
public CharsetDecoder newDecoder()
- Specified by:
newDecoderin classCharset
-
newEncoder
public CharsetEncoder newEncoder()
- Specified by:
newEncoderin classCharset
-
-