AppleLzfseCompressionSettings

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

public class AppleLzfseCompressionSettings extends AppleCompressionSettings

Settings for LZFSE compression within an Apple Archive (.aar) file.

Constructors

ConstructorDescription
AppleLzfseCompressionSettings(int blockSize)Initializes a new instance of the AppleLzfseCompressionSettings class.
AppleLzfseCompressionSettings()Initializes a new instance of the AppleLzfseCompressionSettings class with default parameters.

Methods

MethodDescription
getBlockSize()Gets the size of each data block before compression.

AppleLzfseCompressionSettings(int blockSize)

public AppleLzfseCompressionSettings(int blockSize)

Initializes a new instance of the AppleLzfseCompressionSettings class.

Parameters:

ParameterTypeDescription
blockSizeintThe size of each data block before compression.

AppleLzfseCompressionSettings()

public AppleLzfseCompressionSettings()

Initializes a new instance of the AppleLzfseCompressionSettings class with default parameters.

getBlockSize()

public final int getBlockSize()

Gets the size of each data block before compression.

Value: The default value is 4 MiB.

Returns: int - the size of each data block before compression.