[Overview][Constants][Classes][Procedures and functions][Index] |
Write data to the stream.
Source position: pipes.pp line 40
public function TInputPipeStream.Write( |
const Buffer; |
Count: LongInt |
):LongInt; override; |
Buffer |
|
Memory buffer containing the data to be written. |
Count |
|
Number of bytes that must be written. |
Number of bytes actually written.
Write overrides the parent implementation of Write. On a TInputPipeStream will always raise an exception, as the pipe is read-only.
An EStreamError exception is raised when this function is called.
|
Read data from the stream to a buffer. |
|
|
Set the current position of the stream |