SharpCvsLib

CvsStream.Read Method (Byte[], Int32, Int32)

Decompresses data into the byte array

[Visual Basic]
Overrides Overloads Public Function Read( _
   ByVal array As Byte(), _
   ByVal offset As Integer, _
   ByVal length As Integer _
) As Integer
[C#]
public override int Read(
   byte[] array,
   int offset,
   int length
);

Parameters

array
the array to read and decompress data into
offset
the offset indicating where the data should be placed
length
the number of bytes to decompress

Return Value

Missing <returns> documentation for M:ICSharpCode.SharpCvsLib.Streams.CvsStream.Read(System.Byte[],System.Int32,System.Int32)

See Also

CvsStream Class | ICSharpCode.SharpCvsLib.Streams Namespace | CvsStream.Read Overload List