Package net.freeutils.charset
Class UTF7OptionalCharset
java.lang.Object
java.nio.charset.Charset
net.freeutils.charset.UTF7Charset
net.freeutils.charset.UTF7OptionalCharset
- All Implemented Interfaces:
Comparable<Charset>
The UTF7OptionalCharset class handles the encoding and decoding of the
UTF-7 charset.
The O-Set characters are encoded directly
(this is optional according to the RFC).
The encoding and decoding are based on RFC 2152
(http://www.ietf.org/rfc/rfc2152.txt)
- Since:
- 2005-06-10
-
Nested Class Summary
Nested classes/interfaces inherited from class net.freeutils.charset.UTF7Charset
UTF7Charset.Decoder, UTF7Charset.Encoder
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class net.freeutils.charset.UTF7Charset
canEncode, contains, newDecoder, newEncoder
Methods inherited from class java.nio.charset.Charset
aliases, availableCharsets, compareTo, decode, defaultCharset, displayName, displayName, encode, encode, equals, forName, forName, hashCode, isRegistered, isSupported, name, toString
-
Constructor Details
-
UTF7OptionalCharset
public UTF7OptionalCharset()Constructs an instance of the UTF7OptionalCharset. O-set characters are directly encoded.
-