InflaterInputStream.Read Method

Decompresses data into the byte array

[Visual Basic]
Overrides Public Function Read( _
   ByVal b As Byte(), _
   ByVal off As Integer, _
   ByVal len As Integer _
) As Integer
[C#]
public override int Read(
   byte[] b,
   int off,
   int len
);

Parameters

b

the array to read and decompress data into

off

the offset indicating where the data should be placed

len

the number of bytes to decompress

See Also

InflaterInputStream Class | InflaterInputStream Members | ICSharpCode.SharpZipLib.Zip.Compression.Streams Namespace