Package org.at4j.util.archive

This package contains archive utilities.

See:
          Description

Interface Summary
EntryExtractionStrategy This interface is implemented by different strategy objects that help the ArchiveExtractor to extract entries.
 

Class Summary
ArchiveExtractor This object can be used to extract some or all of the entries from an archive to a directory.
EntryExtractor This is the default EntryExtractionStrategy used by the ArchiveExtractor.
ExtractSpecification This specification object contains configuration for an extraction operation by the ArchiveExtractor.
PrintingEntryExtractor This entry extraction strategy just prints the location and types of the entries that it encounters to a PrintStream (System.out, for instance).
 

Package org.at4j.util.archive Description

This package contains archive utilities.

Since:
1.0
Author:
Karl Gustafsson