GZipInputStream.Read Method

SharpZip Compression Library

SharpZip Compression Library

GZipInputStream.Read Method 

Reads uncompressed data into an array of bytes

public override int Read(
   byte[] buf,
   int offset,
   int len
);

Parameters

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

See Also

GZipInputStream Class | ICSharpCode.SharpZipLib.GZip Namespace