AppleLzfseCompressionSettings
Contents
[
Hide
]Inheritance: java.lang.Object, com.aspose.zip.AppleCompressionSettings
public class AppleLzfseCompressionSettings extends AppleCompressionSettings
Settings for LZFSE compression within an Apple Archive (.aar) file.
Constructors
| Constructor | Description |
|---|---|
| AppleLzfseCompressionSettings(int blockSize) | Initializes a new instance of the AppleLzfseCompressionSettings class. |
| AppleLzfseCompressionSettings() | Initializes a new instance of the AppleLzfseCompressionSettings class with default parameters. |
Methods
| Method | Description |
|---|---|
| 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:
| Parameter | Type | Description |
|---|---|---|
| blockSize | int | The 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.