Package net.freeutils.charset
Class KOI8UCharset
java.lang.Object
java.nio.charset.Charset
net.freeutils.charset.ByteLookupCharset
net.freeutils.charset.KOI8UCharset
- All Implemented Interfaces:
Comparable<Charset>
The KOI8UCharset class handles the encoding and decoding of the
KOI8-U charset, as provided in RFC 2319.
- Since:
- 2005-08-02
-
Nested Class Summary
Nested classes/interfaces inherited from class net.freeutils.charset.ByteLookupCharset
ByteLookupCharset.Decoder, ByteLookupCharset.Encoder
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class net.freeutils.charset.ByteLookupCharset
contains, createInverseLookupTable, createInverseLookupTableDefinition, mutate, newDecoder, newEncoder, updateInverseLookupTable, updateInverseLookupTable
Methods inherited from class java.nio.charset.Charset
aliases, availableCharsets, canEncode, compareTo, decode, defaultCharset, displayName, displayName, encode, encode, equals, forName, forName, hashCode, isRegistered, isSupported, name, toString
-
Constructor Details
-
KOI8UCharset
public KOI8UCharset()Constructs an instance of the KOI8UCharset.
-