Uses of Class
org.apache.commons.compress.archivers.zip.Zip64Mode
-
Packages that use Zip64Mode Package Description org.apache.commons.compress.archivers.zip Provides stream classes for reading and writing archives using the ZIP format. -
-
Uses of Zip64Mode in org.apache.commons.compress.archivers.zip
Methods in org.apache.commons.compress.archivers.zip that return Zip64Mode Modifier and Type Method Description static Zip64Mode
Zip64Mode. valueOf(java.lang.String name)
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.Methods in org.apache.commons.compress.archivers.zip with parameters of type Zip64Mode Modifier and Type Method Description void
ZipArchiveOutputStream. setUseZip64(Zip64Mode mode)
Whether Zip64 extensions will be used.
-