SharpCvsLib

CvsStream.Write Method

Write the specified byte array to the stream.

Overload List

Write the specified byte array to the stream.

public void Write(byte[]);

I needed to implement the abstract member.

public override void Write(byte[],int,int);

See Also

CvsStream Class | ICSharpCode.SharpCvsLib.Streams Namespace