| 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 |
Created by covers1624 on 8/8/19.
|
| IOUtils |
Created by covers1624 on 14/1/21.
|
| NullOutputStream |
Created by covers1624 on 19/11/20.
|
| 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.
|