TStream() > Methods |
Copies a stream of data to a TStreamFileWriter object.
:copyTo( <oTStreamFileWriter> ) --> self
Method :copyTo() is used to copy the entire stream of data maintained by the self object to the target object. The target object's instance variable :lCanRead must contain .T. (true) for the method to work. If this is not the case, the target object is considered to be not writeable and a runtime error is raised.
http://www.xHarbour.com