| Class | Description |
|---|---|
| BoundedInputStream |
A wrapper for an InputStream that allows reading up to a specified number of bytes.
|
| EnhancedByteArrayOutputStream |
A ByteArrayOutputStream that exposes the contents as a ByteArraySegment, without requiring a memory copy.
|
| FileHelpers |
Extension methods to the java.io.File class.
|
| FixedByteArrayOutputStream |
OutputStream that writes to a fixed-size buffer (this is needed because ByteArrayOutputStream auto-grows the buffer).
|
| StreamHelpers |
Miscellaneous operations on Streams.
|
| Exception | Description |
|---|---|
| SerializationException |
An exception that is thrown when serialization or deserialization fails.
|