Interface | Description |
---|---|
Content |
Content with a known size that can be written to an
OutputStream . |
InspectedContent.Inspector |
Interface that can be used to inspect content as it is initially read.
|
IOConsumer<T> |
Consumer that can safely throw
IO exceptions . |
IOSupplier<T> |
Supplier that can safely throw
IO exceptions . |
Layout |
Interface that can be used to write a file/folder layout.
|
Owner |
A user and group ID that can be used to indicate file ownership.
|
TarArchive |
A TAR archive that can be written to an output stream.
|
Class | Description |
---|---|
InspectedContent |
Content that is reads and inspects a source of data only once but allows it to
be consumed multiple times. |
ZipFileTarArchive |
Adapter class to convert a ZIP file to a
TarArchive . |