| Class | Description |
|---|---|
| CapturedPrintStream |
Extends
PrintStream to capture the output to an in-memory or file-backed buffer. |
| CapturedPrintStream.FileCapturedPrintStream |
A
PrintStream to capture to a file-backed buffer. |
| CapturedPrintStream.MemoryCapturedPrintStream |
A
PrintStream to capture to a memory-based buffer. |
| Files |
Provides sane file management operations.
|
| NullOutputStream |
An
OutputStream which discards all data written to it. |
| Enum | Description |
|---|---|
| Files.ExtendedOption |
CopyOption values accepted by Files. |
| Exception | Description |
|---|---|
| Files.FileStoreConstraintException |
Thrown to indicate that a file copy was attempted outside of the
origin
FileStore. |