ZipFile Constructor (encoding)

DotNetZip

Ionic Zip Library v1.9.1.6 ZipFile Constructor (encoding)
ReferenceIonic.ZipZipFileZipFile(Encoding)
Create a zip file, specifying a text Encoding, but without specifying a target filename or stream to save to.
Declaration Syntax
C# Visual Basic Visual C++
public ZipFile(
	Encoding encoding
)
Public Sub New ( _
	encoding As Encoding _
)
public:
ZipFile(
	Encoding^ encoding
)
Parameters
encoding (Encoding)
The Encoding is used as the default alternate encoding for entries with filenames or comments that cannot be encoded with the IBM437 code page.
Remarks

See the documentation on the ZipFile constructor that accepts a single string argument for basic information on all the ZipFile constructors.

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