See: Description
| Interface | Description |
|---|---|
| ArrayInput |
An interface for reading arrays of primitive values from a binary stream.
|
| ArrayOutput |
An interface for writing arrays of primitive values to a binary stream.
|
| Class | Description |
|---|---|
| ArrayFile |
An array file expands the capabilities of
RandomAccessFile. |
| ArrayInputAdapter |
Implements
ArrayInput by wrapping DataInput. |
| ArrayInputStream |
An input stream that implements
ArrayInput. |
| ArrayOutputAdapter |
Implements
ArrayOutput by wrapping DataOutput. |
| ArrayOutputStream |
An output stream that implements
ArrayOutput. |