UncompressedFileHandler.ReceiveTextFile Method
Receive a text file from the cvs server.
[Visual Basic]Overridable Public Sub ReceiveTextFile( _
ByVal
inputStream As
CvsStream, _
ByVal
fileName As
String, _
ByVal
length As
Integer _
) Implements _
IFileHandler.ReceiveTextFile
Parameters
- inputStream
- Input stream from the cvs server.
- fileName
- The name of the file to be created.
- length
- The number of bytes the file contains.
Implements
IFileHandler.ReceiveTextFile
See Also
UncompressedFileHandler Class | ICSharpCode.SharpCvsLib.FileHandler Namespace