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 TypeMethodDescriptionvoidZipParameters.setCompressionLevel(CompressionLevel compressionLevel) Set the compression level used to compress files -
Uses of CompressionLevel in net.lingala.zip4j.model.enums
Subclasses with type arguments of type CompressionLevel in net.lingala.zip4j.model.enumsModifier and TypeClassDescriptionenumIndicates the level of compression for the DEFLATE compression methodMethods in net.lingala.zip4j.model.enums that return CompressionLevelModifier and TypeMethodDescriptionstatic CompressionLevelReturns 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.