| 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
|
| ByteCountOutputStream | |
| 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 |