Class | Description |
---|---|
CharArrayReader |
This class implements a character buffer that can be used as a
character-input stream.
|
CharArrayWriter |
Unsynced version of the JDK's CharArrayWriter
|
ClassLoaderUtil |
This class is extremely useful for loading resources and classes in a fault tolerant manner
that works across different applications servers.
|
Container |
Utility for determining the Servlet Container the application is running in.
|
FastByteArrayOutputStream |
A speedy implementation of ByteArrayOutputStream.
|
OutputConverter |
A converter from one character type to another
|
OutputConverter.ResinWriter |
To get internationalised characters to work on Resin, some conversions need to take place.
|