| Class | Description |
|---|---|
| CharArrayWriter |
A high performance, single-threaded writer that appends all writes to an
output buffer, much like ByteArrayOutputStream.
|
| DatedFileOutputStream |
Provides an easy way to write log files which follow a dated naming scheme,
such as 'batch_19990527'.
|
| DatedFileWriter |
Provides an easy way to write log files which follow a dated
naming scheme, such as 'batch_19990527'.
|
| DatedFileWriter.Test |
For testing.
|
| MessageInputStream |
A MessageInputStream is used to receive data from an underlying InputStream
where each block of bytes contains a 2 byte length header, in network byte
order, of the amount of data contained in the message.
|
| MessageOutputStream |
A buffered output stream for encoding 2-byte-header message packets.
|
| SentinelInputStream |
An InputStream which allows for accumulating bytes from multiple reads until
a specified byte is encountered.
|
| Exception | Description |
|---|---|
| DataMismatchException |
An exception to indicate that recived data did not match the expected
data.
|
Copyright ? 2002 Clarity Systems Group, LLC. All Rights Reserved.