Interface | Description |
---|---|
FileZipEntrySource |
A file source for an entry in a zip file.
|
ZipEntrySource |
Represents source for an entry in a zip file.
|
ZipEntrySourceCollection |
A set of sources to store as entries in a zip file.
|
ZipEntrySourceFromZip |
A source for a zip file entry that represents an entry for another zip file.
|
Class | Description |
---|---|
ZipEntrySourceCollectionBuilder |
A builder for
ZipEntrySourceCollection that allows to build a collection using provided
source files as well as source zip files. |
ZipEntrySourceCollectionWriter |
Writes a
ZipEntrySourceCollection to a zip file. |
Enum | Description |
---|---|
OnDuplicateEntry |
Action to take when a duplicate entry is encountered when building a zip file.
|