GetInputStream Method

IC Sharp Sharp Zip Lib

ICSharpCode SharpZipLib Class 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(long);

See Also

ZipFile Class | ICSharpCode.SharpZipLib.Zip Namespace