Class TRALBinaryWriter

Unit

Declaration

type TRALBinaryWriter = class(TObject)

Description

TRALBinaryWriter

Hierarchy

Overview

Methods

Public constructor Create(const AStream: TStream);
Public function ReadBoolean: Boolean;
Public function ReadByte: Byte;
Public function ReadBytes: TBytes;
Public function ReadBytesDirect(ALength: integer): TBytes;
Public function ReadChar: CharRAL;
Public function ReadDateTime: TDateTime;
Public function ReadFloat: Double;
Public function ReadInt64: Int64RAL;
Public function ReadInteger: IntegerRAL;
Public function ReadLongWord: LongWord;
Public function ReadQWord: UInt64;
Public function ReadShortint: Shortint;
Public function ReadSmallint: Smallint;
Public function ReadString: StringRAL;
Public function ReadWord: Word;
Protected function ReadSize: UInt64RAL;
Public procedure ReadStream(AStream: TStream);
Public procedure WriteBoolean(AValue: Boolean);
Public procedure WriteByte(AValue: Byte);
Public procedure WriteBytes(AValue: TBytes);
Public procedure WriteBytesDirect(AValue: TBytes);
Public procedure WriteChar(AValue: CharRAL);
Public procedure WriteDateTime(AValue: TDateTime);
Public procedure WriteFloat(AValue: Double);
Public procedure WriteInt64(AValue: Int64RAL);
Public procedure WriteInteger(AValue: IntegerRAL);
Public procedure WriteLongWord(AValue: LongWord);
Public procedure WriteQWord(AValue: UInt64);
Public procedure WriteShortint(AValue: Shortint);
Public procedure WriteSmallint(AValue: Smallint);
Public procedure WriteStream(AValue: TStream);
Public procedure WriteString(AValue: StringRAL);
Public procedure WriteWord(AValue: Word);
Protected procedure WriteSize(ASize: UInt64RAL);

Description

Methods

Public constructor Create(const AStream: TStream);

This item has no description.

Public function ReadBoolean: Boolean;

This item has no description.

Public function ReadByte: Byte;

This item has no description.

Public function ReadBytes: TBytes;

This item has no description.

Public function ReadBytesDirect(ALength: integer): TBytes;

This item has no description.

Public function ReadChar: CharRAL;

This item has no description.

Public function ReadDateTime: TDateTime;

This item has no description.

Public function ReadFloat: Double;

This item has no description.

Public function ReadInt64: Int64RAL;

This item has no description.

Public function ReadInteger: IntegerRAL;

This item has no description.

Public function ReadLongWord: LongWord;

This item has no description.

Public function ReadQWord: UInt64;

This item has no description.

Public function ReadShortint: Shortint;

This item has no description.

Public function ReadSmallint: Smallint;

This item has no description.

Public function ReadString: StringRAL;

This item has no description.

Public function ReadWord: Word;

This item has no description.

Protected function ReadSize: UInt64RAL;

read and write UTF-7

Public procedure ReadStream(AStream: TStream);

This item has no description.

Public procedure WriteBoolean(AValue: Boolean);

This item has no description.

Public procedure WriteByte(AValue: Byte);

This item has no description.

Public procedure WriteBytes(AValue: TBytes);

This item has no description.

Public procedure WriteBytesDirect(AValue: TBytes);

This item has no description.

Public procedure WriteChar(AValue: CharRAL);

This item has no description.

Public procedure WriteDateTime(AValue: TDateTime);

This item has no description.

Public procedure WriteFloat(AValue: Double);

This item has no description.

Public procedure WriteInt64(AValue: Int64RAL);

This item has no description.

Public procedure WriteInteger(AValue: IntegerRAL);

This item has no description.

Public procedure WriteLongWord(AValue: LongWord);

This item has no description.

Public procedure WriteQWord(AValue: UInt64);

This item has no description.

Public procedure WriteShortint(AValue: Shortint);

This item has no description.

Public procedure WriteSmallint(AValue: Smallint);

This item has no description.

Public procedure WriteStream(AValue: TStream);

This item has no description.

Public procedure WriteString(AValue: StringRAL);

This item has no description.

Public procedure WriteWord(AValue: Word);

This item has no description.

Protected procedure WriteSize(ASize: UInt64RAL);

This item has no description.



PascalRAL - GitHub Repository
Generated by PasDoc 1.0.4.