Class Summary |
Ar |
Creates ar archives. |
Ar.Format |
The supported tar formats for entries with long file names. |
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. |
Pack200 |
Compresses using pack200. |
Pack200.Pack200StrategyEnum |
Pack200Strategy to use: cache in memory or use a temporary file. |
Pack200Normalize |
Task to "normalize" a JAR archive so that a signature applied to it
will still be valid after a pack200/unpack200 cycle. |
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. |
Undump |
Undump a file. |
UnPack200 |
Expands a pack200 archive. |
UnpackBase |
Expands a resource that has been compressed. |
Untar |
Untar a file. |
UnXZ |
Expands an xz archive. |
Unzip |
Unzip a file. |
XZ |
Compresses using XZ. |
Zip |
Creates zip archives. |
Zip.UnicodeExtraField |
Policiy for creation of Unicode extra fields: never, always or
not-encodeable. |
Zip.Zip64Enum |
Policiy for creation of Zip64 extended information: never, always or
as-needed. |