Unit 'Classes' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#rtl]

TRawByteStringStream.ReadString

Read a string from the stream.

Declaration

Source position: classesh.inc line 1297

public function TRawByteStringStream.ReadString(

  Count: LongInt

):RawByteString;

Description

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.

See also

DataString

  

Return the stream contents as a single-byte string.

WriteString

  

Write a string to the stream.


Documentation generated on: Jul 24 2023