Uses of Enum
org.apache.commons.compress.archivers.zip.Zip64Mode
Packages that use Zip64Mode
Package
Description
Provides stream classes for reading and writing archives using the ZIP format.
-
Uses of Zip64Mode in org.apache.commons.compress.archivers.zip
Subclasses with type arguments of type Zip64Mode in org.apache.commons.compress.archivers.zipMethods in org.apache.commons.compress.archivers.zip that return Zip64ModeModifier and TypeMethodDescriptionstatic Zip64ModeReturns the enum constant of this type with the specified name.static Zip64Mode[]Zip64Mode.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.commons.compress.archivers.zip with parameters of type Zip64ModeModifier and TypeMethodDescriptionvoidZipArchiveOutputStream.setUseZip64(Zip64Mode mode) Whether Zip64 extensions will be used.