[Overview][Constants][Types][Classes][Procedures and functions][Variables] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Base clas for streams that are identified by an OS handle.
|
Create a handlestream from an OS Handle. |
|
|
Overrides standard read method. |
|
|
Overrides standard write method. |
|
|
The OS handle of the stream. |
|
|
Base clas for streams that are identified by an OS handle. |
|
| | ||
|
Base class for streams. |
|
| | ||
THandleStream is an abstract descendent of the TStream class that provides methods for a stream to handle all reading and writing to and from a handle, provided by the underlying OS. To this end, it overrides the Read and Write methods of TStream.
Remark: |
|
|
Base class for streams. |
|
|
Stream that stores its data in a named file on disk. |