| Interface | Description |
|---|---|
| StreamFilter |
Represents the process of reading from an
InputStream to produce the
content of an OutputStream. |
| Class | Description |
|---|---|
| CommandRunner |
Utility to run an external process redirecting both its error and output
streams to a file.
|
| FileOps |
Utility methods for file operations.
|
| StreamOps |
Utility methods for I/O steam operations.
|
| StringFilter |
A specialised
ValueFilter that reads and writes strings. |
| ValueFilter<T> |
A
StreamFilter that reads and writes T-values. |