| Package | Description | 
|---|---|
| org.apache.commons.compress.archivers.zip | Provides stream classes for reading and writing archives using
      the ZIP format. | 
| Modifier and Type | Method and Description | 
|---|---|
| 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | ZipArchiveOutputStream. setUseZip64(Zip64Mode mode)Whether Zip64 extensions will be used. | 
Copyright © 2018 The Apache Software Foundation. All rights reserved.