void |
CpioArchive.save(OutputStream output,
CpioFormat cpioFormat) |
Saves archive to the stream provided.
|
void |
CpioArchive.save(String destinationFileName,
CpioFormat cpioFormat) |
Saves archive to the destination file provided.
|
void |
CpioArchive.saveGzipped(OutputStream output,
CpioFormat cpioFormat) |
Saves archive to the stream with gzip compression.
|
void |
CpioArchive.saveGzipped(String path,
CpioFormat cpioFormat) |
Saves archive to the file by path with gzip compression.
|
void |
CpioArchive.saveLzipped(OutputStream output,
CpioFormat cpioFormat) |
Saves archive to the stream with lzip compression.
|
void |
CpioArchive.saveLzipped(String path,
CpioFormat cpioFormat) |
Saves archive to the file by path with lzip compression.
|
void |
CpioArchive.saveLZMACompressed(OutputStream output,
CpioFormat cpioFormat) |
Saves the archive to the stream with LZMA compression.
|
void |
CpioArchive.saveLZMACompressed(String path,
CpioFormat cpioFormat) |
Saves the archive to the file by path with lzma compression.
|
void |
CpioArchive.saveXzCompressed(OutputStream output,
CpioFormat cpioFormat) |
Saves archive to the stream with xz compression.
|
void |
CpioArchive.saveXzCompressed(OutputStream output,
CpioFormat cpioFormat,
XzArchiveSettings settings) |
Saves archive to the stream with xz compression.
|
void |
CpioArchive.saveXzCompressed(String path,
CpioFormat cpioFormat) |
Saves archive to the file by path with xz compression.
|
void |
CpioArchive.saveXzCompressed(String path,
CpioFormat cpioFormat,
XzArchiveSettings settings) |
Saves archive to the file by path with xz compression.
|
void |
CpioArchive.saveZCompressed(OutputStream output,
CpioFormat cpioFormat) |
Saves archive to the stream with Z compression.
|
void |
CpioArchive.saveZCompressed(String path,
CpioFormat cpioFormat) |
Saves archive to the file by path with Z compression.
|
void |
CpioArchive.saveZstandard(OutputStream output,
CpioFormat cpioFormat) |
Saves archive to the stream with Zstandard compression.
|
void |
CpioArchive.saveZstandard(String path,
CpioFormat cpioFormat) |
Saves archive to the file by path with Zstandard compression.
|
void |
Bzip2Archive.setSource(CpioArchive cpioArchive,
CpioFormat format) |
Sets the content to be compressed within the archive.
|