Package org.at4j.zip.builder

This package contains the ZipBuilder object for building Zip archives.

See:
          Description

Interface Summary
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 Summary
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.
 

Package org.at4j.zip.builder Description

This package contains the ZipBuilder object for building Zip archives.

Since:
1.0
Author:
Karl Gustafsson