|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Zip64Mode | |
---|---|
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 | |
---|---|
static Zip64Mode |
Zip64Mode.valueOf(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 | |
---|---|
void |
ZipArchiveOutputStream.setUseZip64(Zip64Mode mode)
Whether Zip64 extensions will be used. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |