| Interface | Description |
|---|---|
| IByteReader |
A generic interface for reading data one byte at a time.
|
| IByteWriter |
A generic interface for writing bytes of data.
|
| IReader |
A generic interface for reading bytes of data from a data source.
|
| IWriter |
A generic interface for writing bytes of data.
|
| Class | Description |
|---|---|
| ArrayWriter |
An array of bytes that grows as needed.
|
| DataIO |
Convenience class that contains static methods for wrapping byte arrays and
streams into byte readers and byte writers.
|
Encoding for Java documentation, generated in 2017.