SharpCvsLib

CvsStream.Read Method (Byte[])

Read the stream from the cvs server.

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

Parameters

array
A byte array that is being read from the server.

Return Value

The integer value of the byte array.

See Also

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