| Class | Description |
|---|---|
| CommandLine | |
| CommandResult | |
| FileExt | |
| Find |
Support for
find(1)-like behavior. |
| FSDirectory |
A directory within a file system.
|
| InputStreamExt | |
| IO | |
| IOExceptionHandler |
Handles IO exceptions, by return null or empty arrays, or by throwing an
exception.
|
| PrintWriterExt |
Wrapper for PrintWriter.
|
| ReaderExt |
Wraps java.io.Reader.
|
| Shell | |
| StdOut |
| Enum | Description |
|---|---|
| ReadOptionType |
Options for reading files.
|
| WriteOptionType |
Options for writing/"printing" files.
|
| Exception | Description |
|---|---|
| IORuntimeException |
Wraps IO exceptions with RuntimeExceptions, so they don't have to be declares
in throws clauses.
|