xHarbour Reference Documentation > Class Reference (textmode) |
Abstract class for low-level file data streams.
Sub-classes: TStreamFileReader() TStreamFileWriter()
TStream() is an abstract class providing instance variables and methods for the two sub-classes TStreamFileReader() and TStreamFileWriter(). Both classes treat files as low-level streams of data that can be read or written to. The current position of the file pointer is maintained within the TStream object when stream data is read or written to.
TStream() objects are never instantiated directly but have instance variables and methods used in both sub-classes.
See also: | FileReader(), FileWriter(), TStreamFileReader(), TStreamFileWriter() |
Category: | Object functions , xHarbour extensions |
Header: | fileio.ch |
Source: | rtl\stream.prg |
LIB: | lib\xhb.lib |
DLL: | dll\xhbdll.dll |
http://www.xHarbour.com