|
Class Summary |
| ByteBridge |
A store that can act as a middle man between streaming output
and reading that input. |
| ByteBuffer |
This class is something like java.lang.StringBuffer, except
that it provides a buffer of bytes instead of char
s. |
| ByteBufferUnsynchronized |
This class is something like java.lang.StringBuffer, except
that it provides a buffer of bytes instead of char
s. |
| BytePipe |
A BytePipe is used to "pipe" bytes from an OutputStream to an InputStream. |
| Cache |
An abstract base class for performing simple caching functions. |
| CIHashtable |
|
| EncodingConverter |
This class provides conversions from standard MIME encoding names
to Java encoding names. |
| EventSemaphore |
EventSemaphore implments a standard wait/post model semaphore. |
| FastTokenizer |
|
| FileElementParser |
A FileElementParser reads in the contents of a file and parses the
contents into elements and encapsulated data. |
| HeaderField |
HeaderField provides methods for dealing with a single
line of a MIME header. |
| LRUCache |
A simple LRU Cache implementation. |
| MimeHeaderAscii |
The MimeHeaderAscii class represents an RFC822-like
MIME header, and includes several performace considerations, such
as ASCII encoding and decoding, and fast case-insensitive header
storage and lookup. |
| MimeHeaders |
|
| MimeObject |
|
| ParseMimeMultipartBinary |
|
| Queue |
A simple queuing structure class. |
| Signal |
Provide operating system signal handling for a Java VM. |
| SignalEvent |
|
| StringInputStream |
Deprecated. This class is without redeeming value. |
| StructuredCondition |
Used to parse, store, and evaluate a Boolean expression involving
attribute-value pairs. |