Uses of Class
kala.compress.archivers.zip.ZipArchiveReader
Packages that use ZipArchiveReader
Package
Description
Contains example code that is not guaranteed to provide a stable API across releases of Commons Compress.
Provides stream classes for reading and writing archives using the ZIP format.
EXPERIMENTAL support for changesets that are applied to archives.
-
Uses of ZipArchiveReader in kala.compress.archivers.examples
Methods in kala.compress.archivers.examples with parameters of type ZipArchiveReaderModifier and TypeMethodDescriptionvoidExpander.expand(ZipArchiveReader archive, File targetDirectory) ExpandsarchiveintotargetDirectory.voidExpander.expand(ZipArchiveReader archive, Path targetDirectory) ExpandsarchiveintotargetDirectory. -
Uses of ZipArchiveReader in kala.compress.archivers.zip
Methods in kala.compress.archivers.zip that return ZipArchiveReader -
Uses of ZipArchiveReader in kala.compress.changes
Fields in kala.compress.changes declared as ZipArchiveReaderModifier and TypeFieldDescriptionprivate final ZipArchiveReaderChangeSetPerformer.ZipFileIterator.readerMethods in kala.compress.changes with parameters of type ZipArchiveReaderModifier and TypeMethodDescriptionChangeSetPerformer.perform(ZipArchiveReader reader, O outputStream) Performs all changes collected in this ChangeSet on the ZipFile and streams the result to the output stream.Constructors in kala.compress.changes with parameters of type ZipArchiveReader