| Interface | Description |
|---|---|
| InputSupplier<T> |
An factory for readable streams of bytes or characters.
|
| LineProcessor<T> |
A callback to be used with the streaming
readLines methods. |
| OutputSupplier<T> |
An factory for writable streams of bytes or characters.
|
| Class | Description |
|---|---|
| Characters |
Provides utility methods for working with character streams.
|
| CharStreams |
Provides utility methods for working with character streams.
|
| Closeables |
Utility methods for working with
Closeable objects. |
| Flushables |
Utility methods for working with
Flushable objects. |
| LineReader |
A class for reading lines of text.
|