ZipEntry Constructor

Creates a zip entry with the given name.

Overload List

Creates a zip entry with the given name.

public ZipEntry(string);

Creates a copy of the given zip entry.

public ZipEntry(ZipEntry);

See Also

ZipEntry Class | ZipEntry Members | ICSharpCode.SharpZipLib.Zip Namespace