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);