Package net.freeutils.charset
Class MIKCharset
java.lang.Object
java.nio.charset.Charset
net.freeutils.charset.ByteLookupCharset
net.freeutils.charset.MIKCharset
- All Implemented Interfaces:
Comparable<Charset>
The MIKCharset class handles the encoding and decoding of the
MIK cyrillic code page, commonly used by DOS applications in Bulgaria.
- Since:
- 2009-12-16
-
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
-
MIKCharset
public MIKCharset()Constructs an instance of the MIKCharset.
-