Class Summary |
Ar |
Creates ar archives. |
ArchiveBase |
Base implementation of tasks creating archives. |
ArchiveBase.Duplicate |
Possible behaviors when a duplicate file is added:
"add", "preserve" or "fail" |
ArchiveBase.Mode |
Valid Modes for create/update/replace. |
ArchiveBase.WhenEmpty |
Possible behaviors when there are no matching files for the task:
"fail", "skip". |
BUnzip2 |
Expands a bzip2 archive. |
BZip2 |
Compresses using gzip. |
Cpio |
Creates cpio archives. |
Cpio.Format |
The supported cpio formats. |
ExpandBase |
Expand an archive. |
GUnzip |
Expands a gzip archive. |
GZip |
Compresses using gzip. |
PackBase |
Abstract Base class for pack tasks. |
Tar |
Creates tar archives. |
Tar.Format |
The supported tar formats for entries with long file names. |
Unar |
Unar a file. |
Uncpio |
Uncpio a file. |
UnpackBase |
Expands a resource that has been compressed. |
Untar |
Untar a file. |
Unzip |
Unzip a file. |
Zip |
Creates zip archives. |
Zip.UnicodeExtraField |
Policiy for creation of Unicode extra fields: never, always or
not-encodeable. |