XzLZMA2FilterSettings

Inheritance: java.lang.Object, com.aspose.zip.XzFilterSettings

public final class XzLZMA2FilterSettings extends XzFilterSettings

Set of settings for xz LZMA2 filter.

Constructors

ConstructorDescription
XzLZMA2FilterSettings()Initializes a new instance of the XzLZMA2FilterSettings.
XzLZMA2FilterSettings(long dictionarySize)Initializes a new instance of the XzLZMA2FilterSettings.

Methods

MethodDescription
getDictionarySize()Size of dictionary are used by LZMA2 filter.

XzLZMA2FilterSettings()

public XzLZMA2FilterSettings()

Initializes a new instance of the XzLZMA2FilterSettings.

XzLZMA2FilterSettings(long dictionarySize)

public XzLZMA2FilterSettings(long dictionarySize)

Initializes a new instance of the XzLZMA2FilterSettings.

Parameters:

ParameterTypeDescription
dictionarySizelongsize of dictionary are used by LZMA2 filter, must be between 4096 and 1073741824

getDictionarySize()

public final long getDictionarySize()

Size of dictionary are used by LZMA2 filter.

Returns: long - size of dictionary are used by LZMA2 filter