Class TRALBinaryWriter
Unit
Declaration
type TRALBinaryWriter = class(TObject)
Description
TRALBinaryWriter
Hierarchy
- TObject
- TRALBinaryWriter
Overview
Methods
![]() |
constructor Create(const AStream: TStream); |
![]() |
function ReadBoolean: Boolean; |
![]() |
function ReadByte: Byte; |
![]() |
function ReadBytes: TBytes; |
![]() |
function ReadBytesDirect(ALength: integer): TBytes; |
![]() |
function ReadChar: CharRAL; |
![]() |
function ReadDateTime: TDateTime; |
![]() |
function ReadFloat: Double; |
![]() |
function ReadInt64: Int64RAL; |
![]() |
function ReadInteger: IntegerRAL; |
![]() |
function ReadLongWord: LongWord; |
![]() |
function ReadQWord: UInt64; |
![]() |
function ReadShortint: Shortint; |
![]() |
function ReadSmallint: Smallint; |
![]() |
function ReadString: StringRAL; |
![]() |
function ReadWord: Word; |
![]() |
function ReadSize: UInt64RAL; |
![]() |
procedure ReadStream(AStream: TStream); |
![]() |
procedure WriteBoolean(AValue: Boolean); |
![]() |
procedure WriteByte(AValue: Byte); |
![]() |
procedure WriteBytes(AValue: TBytes); |
![]() |
procedure WriteBytesDirect(AValue: TBytes); |
![]() |
procedure WriteChar(AValue: CharRAL); |
![]() |
procedure WriteDateTime(AValue: TDateTime); |
![]() |
procedure WriteFloat(AValue: Double); |
![]() |
procedure WriteInt64(AValue: Int64RAL); |
![]() |
procedure WriteInteger(AValue: IntegerRAL); |
![]() |
procedure WriteLongWord(AValue: LongWord); |
![]() |
procedure WriteQWord(AValue: UInt64); |
![]() |
procedure WriteShortint(AValue: Shortint); |
![]() |
procedure WriteSmallint(AValue: Smallint); |
![]() |
procedure WriteStream(AValue: TStream); |
![]() |
procedure WriteString(AValue: StringRAL); |
![]() |
procedure WriteWord(AValue: Word); |
![]() |
procedure WriteSize(ASize: UInt64RAL); |
Description
Methods
![]() |
constructor Create(const AStream: TStream); |
![]() |
function ReadBoolean: Boolean; |
![]() |
function ReadByte: Byte; |
![]() |
function ReadBytes: TBytes; |
![]() |
function ReadBytesDirect(ALength: integer): TBytes; |
![]() |
function ReadChar: CharRAL; |
![]() |
function ReadDateTime: TDateTime; |
![]() |
function ReadFloat: Double; |
![]() |
function ReadInt64: Int64RAL; |
![]() |
function ReadInteger: IntegerRAL; |
![]() |
function ReadLongWord: LongWord; |
![]() |
function ReadQWord: UInt64; |
![]() |
function ReadShortint: Shortint; |
![]() |
function ReadSmallint: Smallint; |
![]() |
function ReadString: StringRAL; |
![]() |
function ReadWord: Word; |
![]() |
function ReadSize: UInt64RAL; |
|
read and write UTF-7 | |
![]() |
procedure ReadStream(AStream: TStream); |
![]() |
procedure WriteBoolean(AValue: Boolean); |
![]() |
procedure WriteByte(AValue: Byte); |
![]() |
procedure WriteBytes(AValue: TBytes); |
![]() |
procedure WriteBytesDirect(AValue: TBytes); |
![]() |
procedure WriteChar(AValue: CharRAL); |
![]() |
procedure WriteDateTime(AValue: TDateTime); |
![]() |
procedure WriteFloat(AValue: Double); |
![]() |
procedure WriteInt64(AValue: Int64RAL); |
![]() |
procedure WriteInteger(AValue: IntegerRAL); |
![]() |
procedure WriteLongWord(AValue: LongWord); |
![]() |
procedure WriteQWord(AValue: UInt64); |
![]() |
procedure WriteShortint(AValue: Shortint); |
![]() |
procedure WriteSmallint(AValue: Smallint); |
![]() |
procedure WriteStream(AValue: TStream); |
![]() |
procedure WriteString(AValue: StringRAL); |
![]() |
procedure WriteWord(AValue: Word); |
![]() |
procedure WriteSize(ASize: UInt64RAL); |
GitHub Repository
Generated by PasDoc 0.16.0.

