Overload | Description |
---|---|
ZipItemLocalHeader Constructor() | Initializes a new instance of the ZipItemLocalHeader class. |
ZipItemLocalHeader Constructor(String) | Initializes a new instance of the ZipItemLocalHeader class, using the provided file name. |
ZipItemLocalHeader Constructor(String,CompressionMethod,CompressionLevel) | Initializes a new instance of the ZipItemLocalHeader class, using the provided file name and the compression method and level. |
ZipItemLocalHeader Constructor(String,CompressionMethod,CompressionLevel,EncryptionMethod,String) | Initializes a new instance of the ZipItemLocalHeader class, using the provided file name, the compression method and level, and the encryption method and password. |