Uses of Class
org.apache.commons.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 org.apache.commons.compress.archivers.jar
Subclasses of ZipArchiveOutputStream in org.apache.commons.compress.archivers.jarModifier and TypeClassDescriptionclass
Subclass 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 org.apache.commons.compress.archivers.zip
Methods in org.apache.commons.compress.archivers.zip with parameters of type ZipArchiveOutputStreamModifier and TypeMethodDescriptionvoid
ZipFile.copyRawEntries
(ZipArchiveOutputStream target, ZipArchiveEntryPredicate predicate) Transfer selected entries from this ZIP file to a given #ZipArchiveOutputStream.void
ScatterZipOutputStream.ZipEntryWriter.writeNextZipEntry
(ZipArchiveOutputStream target) void
ParallelScatterZipCreator.writeTo
(ZipArchiveOutputStream targetStream) Writes the contents this to the targetZipArchiveOutputStream
.void
ScatterZipOutputStream.writeTo
(ZipArchiveOutputStream target) Writes the contents of this scatter stream to a target archive.