Create a new instance of TRawByteStringStream.
Source position: classesh.inc line 1578
public constructor TRawByteStringStream.Create( |
const aData: RawByteString |
); overload; |
Create creates a new instance of TRawByteStringStream and initalizes the Memory with the characters in aData.
|
Pointer to the data kept in the memory stream. |
|
|
Return the stream contents as a single-byte string. |