SharpCvsLib

IFileHandler.ReceiveTextFile Method 

Received a text file from the server.

[Visual Basic]
Sub ReceiveTextFile( _
   ByVal inputStream As CvsStream, _
   ByVal fileName As String, _
   ByVal length As Integer _
)
[C#]
void ReceiveTextFile(
   CvsStream inputStream,
   string fileName,
   int length
);

Parameters

inputStream
Missing <param> documentation for inputStream
fileName
Missing <param> documentation for fileName
length
Missing <param> documentation for length

See Also

IFileHandler Interface | ICSharpCode.SharpCvsLib.FileHandler Namespace