Package org.jcodings.spi
Class ISO_8859_16
- java.lang.Object
-
- java.nio.charset.Charset
-
- org.jcodings.spi.ISO_8859_16
-
- All Implemented Interfaces:
java.lang.Comparable<java.nio.charset.Charset>
public class ISO_8859_16 extends java.nio.charset.Charset
Implementation of Charset, CharsetDecoder, and CharsetEncoder for ISO-8859-16.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description private static class
ISO_8859_16.Decoder
private static class
ISO_8859_16.Encoder
-
Field Summary
Fields Modifier and Type Field Description static ISO_8859_16
INSTANCE
-
Constructor Summary
Constructors Constructor Description ISO_8859_16()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
contains(java.nio.charset.Charset cs)
java.nio.charset.CharsetDecoder
newDecoder()
java.nio.charset.CharsetEncoder
newEncoder()
-
-
-
Field Detail
-
INSTANCE
public static final ISO_8859_16 INSTANCE
-
-
Method Detail
-
contains
public boolean contains(java.nio.charset.Charset cs)
- Specified by:
contains
in classjava.nio.charset.Charset
-
newDecoder
public java.nio.charset.CharsetDecoder newDecoder()
- Specified by:
newDecoder
in classjava.nio.charset.Charset
-
newEncoder
public java.nio.charset.CharsetEncoder newEncoder()
- Specified by:
newEncoder
in classjava.nio.charset.Charset
-
-