ZipEntry Constructor

SharpZip Compression Library

SharpZip Compression Library

ZipEntry Constructor

Creates a zip entry with the given name.

Overload List

Creates a copy of the given zip entry.

public ZipEntry(ZipEntry);

Creates a zip entry with the given name.

public ZipEntry(string);

See Also

ZipEntry Class | ICSharpCode.SharpZipLib.Zip Namespace