Class TRALStringStream
Unit
Declaration
type TRALStringStream = class(TMemoryStream)
Description
Hierarchy
- TObject
- TStream
- TCustomMemoryStream
- TMemoryStream
- TRALStringStream
Overview
Methods
![]() |
constructor Create(ABytes: TBytes); overload; |
![]() |
constructor Create(AStream: TStream); overload; |
![]() |
constructor Create(AString: StringRAL); overload; |
![]() |
function DataString: StringRAL; |
![]() |
procedure WriteBytes(ABytes: TBytes); |
![]() |
procedure WriteStream(AStream: TStream); |
![]() |
procedure WriteString(AString: StringRAL); |
Description
Methods
![]() |
constructor Create(ABytes: TBytes); overload; |
![]() |
constructor Create(AStream: TStream); overload; |
![]() |
constructor Create(AString: StringRAL); overload; |
![]() |
function DataString: StringRAL; |
![]() |
procedure WriteBytes(ABytes: TBytes); |
![]() |
procedure WriteStream(AStream: TStream); |
![]() |
procedure WriteString(AString: StringRAL); |
GitHub Repository
Generated by PasDoc 0.16.0.
