[Overview][Types][Classes][Index] |
Construct a new instance of TIOStream
Source position: iostream.pp line 37
public constructor TIOStream.Create( |
aIOSType: TIOSType |
); |
aIOSType |
|
Type of stream to create |
Create creates a new instance of TIOStream, which can subsequently be used
No checking is performed to see whether the requested file descriptor is actually open for reading/writing. In that case, subsequent calls to Read or Write or seek will fail.
|
Read data from the stream. |
|
|
Write data to the stream |