ICSharpCode.SharpZipLib.Zip.Compression |
Name | Description |
---|---|
BaseArchiveStorage | An abstract IArchiveStorage suitable for extension by inheritance. |
DescriptorData | Holds data pertinent to a data descriptor. |
DiskArchiveStorage | An IArchiveStorage implementation suitable for hard disks. |
DynamicDiskDataSource | Default implementation of IDynamicDataSource for files stored on disk. |
EntryPatchData | |
ExtendedUnixData | Class representing extended unix date time values. |
FastZip | FastZip provides facilities for creating and extracting zip files. |
FastZipEvents | FastZipEvents supports all events applicable to |
KeysRequiredEventArgs | Arguments used with KeysRequiredEvent |
MemoryArchiveStorage | |
NTTaggedData | Class handling NT date time values. |
RawTaggedData | A raw binary tagged value |
StaticDiskDataSource | Default implementation of a IStaticDataSource for use with files stored on disk. |
TestStatus | Status returned returned by ZipTestResultHandler during testing. |
WindowsNameTransform | WindowsNameTransform transforms ZipFile names to windows compatible ones. |
ZipConstants | This class contains constants used for Zip format files |
ZipEntry | This class represents an entry in a zip archive. This can be a file or a directory ZipFile and ZipInputStream will give you instances of this class as information about the members in an archive. ZipOutputStream uses an instance of this class when creating an entry in a Zip file. Author of the original java version : Jochen Hoenicke |
ZipEntryFactory | Basic implementation of |
ZipException | |
ZipExtraData | A class to handle the extra data field for Zip entries |
ZipFile | |
ZipFile.PartialInputStream | |
ZipFile.UncompressedStream | |
ZipFile.ZipEntryEnumeration | |
ZipFile.ZipEntryEnumerator | |
ZipFile.ZipString | |
ZipFile.ZipUpdate | |
ZipHelperStream | This class assists with writing/reading from Zip files. |
ZipInputStream | This is an InflaterInputStream that reads the files baseInputStream an zip archive one after another. It has a special method to get the zip entry of the next file. The zip entry contains information about the file name size, compressed size, Crc, etc. It includes support for Stored and Deflated entries. Author of the original java version : Jochen Hoenicke |
ZipNameTransform | ZipNameTransform transforms names as per the Zip file naming convention. |
ZipOutputStream |