ZipFile Constructor

DotNetZip

Ionic Zip Library v1.9.1.6 ZipFile Constructor
ReferenceIonic.ZipZipFileZipFile()()()()
Members
Icon Member Description
ZipFile(String)
Creates a new ZipFile instance, using the specified filename.

ZipFile(String, Encoding)
Creates a new ZipFile instance, using the specified name for the filename, and the specified Encoding.

ZipFile()()()()
Create a zip file, without specifying a target filename or stream to save to.

ZipFile(Encoding)
Create a zip file, specifying a text Encoding, but without specifying a target filename or stream to save to.

ZipFile(String, TextWriter)
Creates a new ZipFile instance, using the specified name for the filename, and the specified status message writer.

ZipFile(String, TextWriter, Encoding)
Creates a new ZipFile instance, using the specified name for the filename, the specified status message writer, and the specified Encoding.

Assembly: Ionic.Zip (Module: Ionic.Zip) Version: 1.9.1.8 (1.9.1.8)