Uses of Class
org.apache.commons.compress.archivers.zip.ScatterZipOutputStream.CompressedEntry
Packages that use ScatterZipOutputStream.CompressedEntry
Package
Description
Provides stream classes for reading and writing archives using the ZIP format.
-
Uses of ScatterZipOutputStream.CompressedEntry in org.apache.commons.compress.archivers.zip
Fields in org.apache.commons.compress.archivers.zip with type parameters of type ScatterZipOutputStream.CompressedEntryModifier and TypeFieldDescriptionprivate final Queue
<ScatterZipOutputStream.CompressedEntry> ScatterZipOutputStream.items
private final Iterator
<ScatterZipOutputStream.CompressedEntry> ScatterZipOutputStream.ZipEntryWriter.itemsIterator