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

TRawByteStringStream.Create

Create a new instance of TRawByteStringStream.

Declaration

Source position: classesh.inc line 1294

public constructor TRawByteStringStream.Create(

  const aData: RawByteString

); overload;

Description

Create creates a new instance of TRawByteStringStream and initalizes the Memory with the characters in aData.

See also

Memory

  

Pointer to the data kept in the memory stream.

DataString

  

Return the stream contents as a single-byte string.


Documentation generated on: Jul 24 2023