SharpCvsLib

CvsStream.ReadBlock Method 

Read a block of data from the stream. // TODO: Figure out what this would be used for.

[Visual Basic]
Public Sub ReadBlock( _
   ByVal buffer As Byte(), _
   ByVal size As Integer _
)
[C#]
public void ReadBlock(
   byte[] buffer,
   int size
);

Parameters

buffer
Missing <param> documentation for buffer
size
Missing <param> documentation for size

See Also

CvsStream Class | ICSharpCode.SharpCvsLib.Streams Namespace