Uses of Class
kala.compress.archivers.zip.ZipArchiveOutputStream
-
Packages that use ZipArchiveOutputStream Package Description kala.compress.archivers.jar Provides stream classes for reading and writing archives using the ZIP format with some extensions for the special case of JAR archives.kala.compress.archivers.zip 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.jar Modifier and Type Class Description classJarArchiveOutputStreamSubclass 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 ZipArchiveOutputStream Modifier and Type Method Description voidZipArchiveReader. 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.
-