| Class | Description |
|---|---|
| CapturedPrintStream |
Extends
PrintStream to capture the output to an in-memory 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. |
Copyright © 2022. All rights reserved.