Uses of Class
com.aspose.zip.XzArchiveSettings
-
-
Uses of XzArchiveSettings in com.aspose.zip
Methods in com.aspose.zip that return XzArchiveSettings Modifier and Type Method Description static XzArchiveSettingsXzArchiveSettings. getFastestSpeed()Gets the instance of theXzArchiveSettingsclass with dictionary size equals to 65536 bytes in LZMA2 filter, block size equals to 1 megabyte and CRC32 checksum.static XzArchiveSettingsXzArchiveSettings. getFastSpeed()Gets the instance of theXzArchiveSettingsclass with dictionary size equals to 1 megabyte in LZMA2 filter, block size equals to 4 megabytes and CRC32 checksum.static XzArchiveSettingsXzArchiveSettings. getHighCompression()Gets the instance of theXzArchiveSettingsclass with dictionary size equals to 32 megabytes in LZMA2 filter, block size equals to 128 megabytes and CRC32 checksum.static XzArchiveSettingsXzArchiveSettings. getMaximumCompression()Gets the instance of theXzArchiveSettingsclass with dictionary size equals to 64 megabytes in LZMA2 filter, block size equals to 256 megabytes and CRC32 checksum.static XzArchiveSettingsXzArchiveSettings. getNormal()Gets the instance of theXzArchiveSettingsclass with dictionary size equals to 16 megabytes in LZMA2 filter, block size equals to 64 megabytes and CRC32 checksum.Methods in com.aspose.zip with parameters of type XzArchiveSettings Modifier and Type Method Description voidCpioArchive. saveXzCompressed(OutputStream output, CpioFormat cpioFormat, XzArchiveSettings settings)Saves archive to the stream with xz compression.voidCpioArchive. saveXzCompressed(String path, CpioFormat cpioFormat, XzArchiveSettings settings)Saves archive to the file by path with xz compression.voidTarArchive. saveXzCompressed(OutputStream output, TarFormat format, XzArchiveSettings settings)Saves archive to the stream with xz compression.voidTarArchive. saveXzCompressed(String path, TarFormat format, XzArchiveSettings settings)Saves archive to the file by path with xz compression.Constructors in com.aspose.zip with parameters of type XzArchiveSettings Constructor Description XzArchive(XzArchiveSettings settings)Initializes a new instance of theXzArchiveclass and composes the archive in xz format.
-