Return the stream contents as a single-byte string.
Source position: classesh.inc line 1579
public function TRawByteStringStream.DataString: RawByteString; |
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.
|
Pointer to the data kept in the memory stream. |
|
|
Read a string from the stream. |
|
|
Write a string to the stream. |