| Class | Description |
|---|---|
| ConsumingOutputStream |
A simple OutputStream treating all input as Text,
delegating each line of text to the provided consumer.
|
| CopyingFileVisitor |
A
FileVisitor for Path's that copies from a to b. |
| DelegateFileSystem |
A
FileSystem that delegates to the provided FileSystem. |
| DuplicatingOutputStream |
An
OutputStream which duplicates all data provided
into every provided OutputStream. |
| IOUtils |
Various utilities for IO interaction with bytes, streams, files, etc.
|
| NullOutputStream |
An
OutputStream implementation, that does literally nothing
with any data piped in. |
| ProcessExecutor |
A simple wrapper around Java's ProcessBuilder / Process system,
with a better interface for IO.
|
| ProcessExecutor.IO |
The IO holder for a ProcessExecutor instance.
|
| ProcessExecutor.RunningProcess |
Represents a Process that has been started and is or was running.
|
| Exception | Description |
|---|---|
| ProcessExecutor.ProcessException |
Generic exception for ProcessExecutor.
|