| Interface | Description |
|---|---|
| FileInput<T> |
A Java objects file input
|
| FileOutput<T> |
A Java objects file output
|
| Class | Description |
|---|---|
| BinFileInput<T> |
An item input implementation deserializing something from the specified file.
|
| BinFileOutput<T> |
An item input implementation serializing something to the specified file.
|
| TextFileInput |
Text file based lines input
|
| TextFileOutput |
Text file based lines output
|