GZipInputStream.Read Method

IC Sharp Sharp Zip Lib

ICSharpCode SharpZipLib Class Library

GZipInputStream.Read Method 

Reads uncompressed data into an array of bytes

public override int Read(
   byte[] buffer,
   int offset,
   int count
);

Parameters

buffer
The buffer to read uncompressed data into
offset
The offset indicating where the data should be placed
count
The number of uncompressed bytes to be read

See Also

GZipInputStream Class | ICSharpCode.SharpZipLib.GZip Namespace