SharpCvsLib

CvsStream.Write Method (Byte[])

Write the specified byte array to the stream.

[Visual Basic]
Overloads Public Sub Write( _
   ByVal array As Byte() _
)
[C#]
public void Write(
   byte[] array
);

Parameters

array
A byte array to send to the cvs server.

See Also

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