Uses of Class
org.apache.commons.compress.archivers.zip.ZipFile
-
Packages that use ZipFile Package Description org.apache.commons.compress.archivers.examples Contains example code that is not guaranteed to provide a stable API across releases of Commons Compress.org.apache.commons.compress.archivers.zip Provides stream classes for reading and writing archives using the ZIP format.org.apache.commons.compress.changes EXPERIMENTAL support for changesets that are applied to archives. -
-
Uses of ZipFile in org.apache.commons.compress.archivers.examples
Methods in org.apache.commons.compress.archivers.examples with parameters of type ZipFile Modifier and Type Method Description void
Expander. expand(ZipFile archive, java.io.File targetDirectory)
Expandsarchive
intotargetDirectory
. -
Uses of ZipFile in org.apache.commons.compress.archivers.zip
Methods in org.apache.commons.compress.archivers.zip with parameters of type ZipFile Modifier and Type Method Description static void
ZipFile. closeQuietly(ZipFile zipfile)
close a zipfile quietly; throw no io fault, do nothing on a null parameter -
Uses of ZipFile in org.apache.commons.compress.changes
Fields in org.apache.commons.compress.changes declared as ZipFile Modifier and Type Field Description private ZipFile
ChangeSetPerformer.ZipFileIterator. in
Methods in org.apache.commons.compress.changes with parameters of type ZipFile Modifier and Type Method Description ChangeSetResults
ChangeSetPerformer. perform(ZipFile in, ArchiveOutputStream out)
Performs all changes collected in this ChangeSet on the ZipFile and streams the result to the output stream.Constructors in org.apache.commons.compress.changes with parameters of type ZipFile Constructor Description ZipFileIterator(ZipFile in)
-