| Interface | Description |
|---|---|
| Input<I> |
The Java objects input supporting the batch calls
|
| Output<I> |
The Java objects output supporting the batch calls
|
| Class | Description |
|---|---|
| BinInput<T> |
The item input implementation deserializing the data items from the specified stream
|
| BinOutput<T> |
The item output implementation serializing something into the specified stream
|
| IoUtil |
The class contains 2 utility methods to wrap the stream into the reusable and stateless
thread local byte channel.
|
| TextStreamInput |
The input implementation designed to read the text lines from the given input stream using
BufferedReader |
| TextStreamOutput |
The input implementation designed to write the text lines using
BufferedWriter |