|
Namespaces |
namespace | ICSharpCode::SharpZipLib::Zip |
Classes |
class | ICSharpCode::SharpZipLib::Zip::ZipConstants |
| This class contains constants used for Zip format files. More...
|
Enumerations |
enum | ICSharpCode::SharpZipLib::Zip::CompressionMethod {
ICSharpCode::SharpZipLib::Zip::Stored = 0,
ICSharpCode::SharpZipLib::Zip::Deflated = 8,
ICSharpCode::SharpZipLib::Zip::Deflate64 = 9,
ICSharpCode::SharpZipLib::Zip::BZip2 = 11,
ICSharpCode::SharpZipLib::Zip::WinZipAES = 99
} |
| The kind of compression used for an entry in an archive. More...
|
enum | ICSharpCode::SharpZipLib::Zip::GeneralBitFlags {
ICSharpCode::SharpZipLib::Zip::Encrypted = 0x0001,
ICSharpCode::SharpZipLib::Zip::Method = 0x0006,
ICSharpCode::SharpZipLib::Zip::Descriptor = 0x0008,
ICSharpCode::SharpZipLib::Zip::Reserved = 0x0010,
ICSharpCode::SharpZipLib::Zip::Patched = 0x0020,
ICSharpCode::SharpZipLib::Zip::StrongEncryption = 0x0040,
ICSharpCode::SharpZipLib::Zip::EnhancedCompress = 0x1000,
ICSharpCode::SharpZipLib::Zip::HeaderMasked = 0x2000
} |
| Defines the contents of the general bit flags field for an archive entry. More...
|