Uses of Class
org.apache.commons.compress.archivers.zip.Zip64RequiredException
-
Packages that use Zip64RequiredException Package Description org.apache.commons.compress.archivers.zip Provides stream classes for reading and writing archives using the ZIP format. -
-
Uses of Zip64RequiredException in org.apache.commons.compress.archivers.zip
Methods in org.apache.commons.compress.archivers.zip that throw Zip64RequiredException Modifier and Type Method Description private void
ZipArchiveOutputStream. validateIfZip64IsNeededInEOCD()
If the Zip64 mode is set to never, then all the data in End Of Central Directory should not exceed their limits.
-