Uses of Class
kala.compress.archivers.zip.ZipArchiveOutputStream
Packages that use ZipArchiveOutputStream
Package
Description
Provides stream classes for reading and writing archives using the ZIP format with some extensions for the special case of JAR archives.
Provides stream classes for reading and writing archives using the ZIP format.
-
Uses of ZipArchiveOutputStream in kala.compress.archivers.jar
Subclasses of ZipArchiveOutputStream in kala.compress.archivers.jarModifier and TypeClassDescriptionclassSubclass that adds a special extra field to the very first entry which allows the created archive to be used as an executable jar on Solaris. -
Uses of ZipArchiveOutputStream in kala.compress.archivers.zip
Methods in kala.compress.archivers.zip with parameters of type ZipArchiveOutputStreamModifier and TypeMethodDescriptionvoidZipArchiveReader.copyRawEntries(ZipArchiveOutputStream target, ZipArchiveEntryPredicate predicate) Transfer selected entries from this ZIP file to a given #ZipArchiveOutputStream.voidScatterZipOutputStream.ZipEntryWriter.writeNextZipEntry(ZipArchiveOutputStream target) voidParallelScatterZipCreator.writeTo(ZipArchiveOutputStream targetStream) Writes the contents this to the targetZipArchiveOutputStream.voidScatterZipOutputStream.writeTo(ZipArchiveOutputStream target) Writes the contents of this scatter stream to a target archive.