Uses of Enum
net.lingala.zip4j.model.enums.CompressionLevel
Packages that use CompressionLevel
Package
Description
-
Uses of CompressionLevel in net.lingala.zip4j.io.outputstream
Constructors in net.lingala.zip4j.io.outputstream with parameters of type CompressionLevelModifierConstructorDescriptionDeflaterOutputStream
(CipherOutputStream<?> cipherOutputStream, CompressionLevel compressionLevel, int bufferSize) -
Uses of CompressionLevel in net.lingala.zip4j.model
Fields in net.lingala.zip4j.model declared as CompressionLevelMethods in net.lingala.zip4j.model that return CompressionLevelModifier and TypeMethodDescriptionZipParameters.getCompressionLevel()
Get the compression level used to compress filesMethods in net.lingala.zip4j.model with parameters of type CompressionLevelModifier and TypeMethodDescriptionvoid
ZipParameters.setCompressionLevel
(CompressionLevel compressionLevel) Set the compression level used to compress files -
Uses of CompressionLevel in net.lingala.zip4j.model.enums
Methods in net.lingala.zip4j.model.enums that return CompressionLevelModifier and TypeMethodDescriptionstatic CompressionLevel
Returns the enum constant of this type with the specified name.static CompressionLevel[]
CompressionLevel.values()
Returns an array containing the constants of this enum type, in the order they are declared.