Package net.freeutils.charset
Class HPRoman8Charset
java.lang.Object
java.nio.charset.Charset
net.freeutils.charset.ByteLookupCharset
net.freeutils.charset.HPRoman8Charset
- All Implemented Interfaces:
Comparable<Charset>
The HPRoman8Charset class handles the encoding and decoding of the
HP Roman-8 charset, as provided in RFC 1345.
- Since:
- 2005-06-30
-
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, hashCode, isRegistered, isSupported, name, toString
-
Constructor Details
-
HPRoman8Charset
public HPRoman8Charset()Constructs an instance of the HPRoman8Charset.
-