GetInputStream Method

SharpZip Compression Library

SharpZip Compression Library

ZipFile.GetInputStream Method

Creates an input stream reading the given zip entry as uncompressed data. Normally zip entry should be an entry returned by GetEntry().

Overload List

Creates an input stream reading the given zip entry as uncompressed data. Normally zip entry should be an entry returned by GetEntry().

public Stream GetInputStream(ZipEntry);

Creates an input stream reading a zip entry

public Stream GetInputStream(int);

See Also

ZipFile Class | ICSharpCode.SharpZipLib.Zip Namespace