static LzipArchiveSettings |
LzipArchiveSettings.getFastestSpeed() |
Gets the instance of the LzipArchiveSettings class
with dictionary size equals to 65536 bytes in LZMA filter.
|
static LzipArchiveSettings |
LzipArchiveSettings.getFastSpeed() |
Gets the instance of the LzipArchiveSettings class
with dictionary size equals to 1 megabyte in LZMA filter.
|
static LzipArchiveSettings |
LzipArchiveSettings.getHighCompression() |
Gets the instance of the LzipArchiveSettings class
with dictionary size equals to 32 megabytes in LZMA filter.
|
static LzipArchiveSettings |
LzipArchiveSettings.getMaximumCompression() |
Gets the instance of the LzipArchiveSettings class
with dictionary size equals to 64 megabytes in LZMA filter.
|
static LzipArchiveSettings |
LzipArchiveSettings.getNormal() |
Gets the instance of the LzipArchiveSettings class
with dictionary size equals to 16 megabytes in LZMA filter.
|
LzipArchiveSettings |
LzipArchive.getSettings() |
Gets the setting of particular lzip archive.
|