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

TRawByteStringStream.DataString

Return the stream contents as a single-byte string.

Declaration

Source position: classesh.inc line 1295

public function TRawByteStringStream.DataString: RawByteString;

Description

DataString returns the data in Memory as a single-byte string without codepage information associated with it. The operation does not change the current position of the stream.

See also

Memory

  

Pointer to the data kept in the memory stream.

ReadString

  

Read a string from the stream.

WriteString

  

Write a string to the stream.


Documentation generated on: Jul 24 2023