Java org.apache.commons.compress.archivers.zip Zip64Mode fields, constructors, methods, implement or subclass

Example usage for Java org.apache.commons.compress.archivers.zip Zip64Mode fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.commons.compress.archivers.zip Zip64Mode.

The text is from its open source code.

Field

Zip64ModeAlways
Use Zip64 extensions for all entries, even if it is clear it is not required.
Zip64ModeAsNeeded
Use Zip64 extensions for all entries where they are required, don't use them for entries that clearly don't require them.