Mes documents/Visual Studio 2005/Projects/TES4ModTranslator/TES4ModTranslator/Zip/ZipConstants.cs File Reference

Go to the source code of this file.

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...


Generated on Fri Jun 23 21:50:05 2006 for OblivionModTranslator by  doxygen 1.4.6-NO