| Class | Description |
|---|---|
| ClassNameComparator |
Comparator object that sorts
JClasses in the order
of their names. |
| EncoderFactory |
Creates
CharsetEncoder from a charset name. |
| JavadocEscapeWriter |
Writer that escapes characters that are unsafe
as Javadoc comments. |
| MS1252Encoder |
MS1252 encoder that corrects a bug in JDK1.4.2_01.
|
| SingleByteEncoder | |
| Surrogate |
Utility class for dealing with surrogates.
|
| Surrogate.Generator |
Surrogate generation support.
|
| Surrogate.Parser |
Surrogate parsing support.
|
| UnicodeEscapeWriter |
Writer that escapes non US-ASCII characters into
Java Unicode escape \\uXXXX. |