| Interface | Description |
|---|---|
| DataInput |
Generic data input.
|
| DataOutput |
Generic data output.
|
| Deserializer<T> |
Represents a deserializer.
|
| Serializer<T> |
Represents a serializer.
|
| Class | Description |
|---|---|
| BytesDataInput |
DataInputStream implementation which reads from a byte array and doesn't
throw IO exceptions.
|
| BytesDataOutput |
DataOutputStream which writes data to a byte array and doesn't throw
IOExceptions.
|
| Files |
Files utility function.
|
| InputStreams |
Contains utility functions to work with input streams.
|
| StreamingDataInput |
DataInput implementation which wraps an InputStream.
|
| StreamingDataOutput |
DataOutput wrapping an OutputStream.
|