Uses of Class
org.apache.commons.compress.archivers.zip.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
Modifier 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
Modifier 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.