ZipBuilder
object for
building Zip archives.See: Description
Interface | Description |
---|---|
InternalFileAttributesStrategy |
This interface defines a strategy for setting the internal file attributes on
a file that is added to a Zip archive.
|
ZipBuilderConfiguration |
This interface defines an API that can be used to query a Zip builder about
its configuration.
|
Class | Description |
---|---|
DefaultInternalFileAttributesStrategy |
This is the
InternalFileAttributesStrategy implementation that is
used by default by the ZipBuilder . |
ZipBuilder |
The Zip builder is an
ArchiveBuilder for
building Zip files. |
ZipBuilderSettings |
This object contains configuration for a
ZipBuilder . |
ZipEntrySettings |
This object contains the settings for Zip entries.
|
ZipBuilder
object for
building Zip archives.