Read a string from the stream.
Source position: classesh.inc line 1581
public function TRawByteStringStream.ReadString( |
Count: LongInt |
ReadString reads at most Count bytes from the stream and returns the data as a single-byte string. The operation forwards the current position of the stream with at most Count bytes.
|
Return the stream contents as a single-byte string. |
|
|
Write a string to the stream. |