Uses of Enum
org.apache.commons.compress.archivers.zip.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
Modifier and TypeMethodDescriptionstatic Zip64Mode
Returns 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.Modifier and TypeMethodDescriptionvoid
ZipArchiveOutputStream.setUseZip64
(Zip64Mode mode) Whether Zip64 extensions will be used.