Osztály TMemoryStream
Egység
Deklaráció
type TMemoryStream = class(TCustomMemoryStream)
Megjegyzés
This item has no description.
Hierarchia
- TObject
- TStream
- TCustomMemoryStream
- TMemoryStream
Áttekintés
Metódusok
![]() |
procedure Clear; |
![]() |
procedure LoadFromStream(Stream: TStream); |
![]() |
procedure LoadFromFile(FileName: string); |
![]() |
procedure SetSize(NewSize: LongInt); |
![]() |
function ReadData(ASelf: TMemoryStream; ABuffer: Int64; ACount: LongInt): LongInt; |
![]() |
function ReadAnsiString(ASelf: TMemoryStream; var ABuffer: AnsiString; ACount: LongInt): LongInt; |
![]() |
function ReadBoolean(ASelf: TMemoryStream; var ABuffer: Boolean; const ACount: LongInt = 0): LongInt; |
![]() |
function ReadChar(ASelf: TMemoryStream; var ABuffer: Char; const ACount: LongInt = 0): LongInt; |
![]() |
function ReadWideChar(ASelf: TMemoryStream; var ABuffer: WideChar; const ACount: LongInt = 0): LongInt; |
![]() |
function ReadU8(ASelf: TMemoryStream; var ABuffer: Byte; const ACount: LongInt = 0): LongInt; |
![]() |
function ReadI8(ASelf: TMemoryStream; var ABuffer: ShortInt; const ACount: LongInt = 0): LongInt; |
![]() |
function ReadU16(ASelf: TMemoryStream; var ABuffer: Word; const ACount: LongInt = 0): LongInt; |
![]() |
function ReadI16(ASelf: TMemoryStream; var ABuffer: SmallInt; const ACount: LongInt = 0): LongInt; |
![]() |
function ReadU32(ASelf: TMemoryStream; var ABuffer: LongWord; const ACount: LongInt = 0): LongInt; |
![]() |
function ReadI32(ASelf: TMemoryStream; var ABuffer: LongInt; const ACount: LongInt = 0): LongInt; |
![]() |
function ReadI64(ASelf: TMemoryStream; var ABuffer: Int64; const ACount: LongInt = 0): LongInt; |
![]() |
function ReadSingle(ASelf: TMemoryStream; var ABuffer: Single; const ACount: LongInt = 0): LongInt; |
![]() |
function ReadDouble(ASelf: TMemoryStream; var ABuffer: Double; const ACount: LongInt = 0): LongInt; |
![]() |
function ReadExtended(ASelf: TMemoryStream; var ABuffer: Extended; const ACount: LongInt = 0): LongInt; |
![]() |
function WriteData(ASelf: TMemoryStream; ABuffer: Int64; ACount: LongInt): LongInt; |
![]() |
function WriteAnsiString(ASelf: TMemoryStream; ABuffer: AnsiString; const ACount: LongInt = 0): LongInt; |
![]() |
function WriteBoolean(ASelf: TMemoryStream; ABuffer: Boolean; const ACount: LongInt = 0): LongInt; |
![]() |
function WriteChar(ASelf: TMemoryStream; ABuffer: Char; const ACount: LongInt = 0): LongInt; |
![]() |
function WriteWideChar(ASelf: TMemoryStream; ABuffer: WideChar; const ACount: LongInt = 0): LongInt; |
![]() |
function WriteU8(ASelf: TMemoryStream; ABuffer: Byte; const ACount: LongInt = 0): LongInt; |
![]() |
function WriteI8(ASelf: TMemoryStream; ABuffer: ShortInt; const ACount: LongInt = 0): LongInt; |
![]() |
function WriteU16(ASelf: TMemoryStream; ABuffer: Word; const ACount: LongInt = 0): LongInt; |
![]() |
function WriteI16(ASelf: TMemoryStream; ABuffer: SmallInt; const ACount: LongInt = 0): LongInt; |
![]() |
function WriteU32(ASelf: TMemoryStream; ABuffer: LongWord; const ACount: LongInt = 0): LongInt; |
![]() |
function WriteI32(ASelf: TMemoryStream; ABuffer: LongInt; const ACount: LongInt = 0): LongInt; |
![]() |
function WriteI64(ASelf: TMemoryStream; ABuffer: Int64; const ACount: LongInt = 0): LongInt; |
![]() |
function WriteSingle(ASelf: TMemoryStream; ABuffer: Single; const ACount: LongInt = 0): LongInt; |
![]() |
function WriteDouble(ASelf: TMemoryStream; ABuffer: Double; const ACount: LongInt = 0): LongInt; |
![]() |
function WriteExtended(ASelf: TMemoryStream; ABuffer: Extended; const ACount: LongInt = 0): LongInt; |
Tulajdonságok
![]() |
property Memory: LongWord; |
Megjegyzés
Metódusok
![]() |
procedure Clear; |
|
This item has no description. | |
![]() |
procedure LoadFromStream(Stream: TStream); |
|
This item has no description. | |
![]() |
procedure LoadFromFile(FileName: string); |
|
This item has no description. | |
![]() |
procedure SetSize(NewSize: LongInt); |
|
This item has no description. | |
![]() |
function ReadData(ASelf: TMemoryStream; ABuffer: Int64; ACount: LongInt): LongInt; |
|
This item has no description. | |
![]() |
function ReadAnsiString(ASelf: TMemoryStream; var ABuffer: AnsiString; ACount: LongInt): LongInt; |
|
This item has no description. | |
![]() |
function ReadBoolean(ASelf: TMemoryStream; var ABuffer: Boolean; const ACount: LongInt = 0): LongInt; |
|
This item has no description. | |
![]() |
function ReadChar(ASelf: TMemoryStream; var ABuffer: Char; const ACount: LongInt = 0): LongInt; |
|
This item has no description. | |
![]() |
function ReadWideChar(ASelf: TMemoryStream; var ABuffer: WideChar; const ACount: LongInt = 0): LongInt; |
|
This item has no description. | |
![]() |
function ReadU8(ASelf: TMemoryStream; var ABuffer: Byte; const ACount: LongInt = 0): LongInt; |
|
This item has no description. | |
![]() |
function ReadI8(ASelf: TMemoryStream; var ABuffer: ShortInt; const ACount: LongInt = 0): LongInt; |
|
This item has no description. | |
![]() |
function ReadU16(ASelf: TMemoryStream; var ABuffer: Word; const ACount: LongInt = 0): LongInt; |
|
This item has no description. | |
![]() |
function ReadI16(ASelf: TMemoryStream; var ABuffer: SmallInt; const ACount: LongInt = 0): LongInt; |
|
This item has no description. | |
![]() |
function ReadU32(ASelf: TMemoryStream; var ABuffer: LongWord; const ACount: LongInt = 0): LongInt; |
|
This item has no description. | |
![]() |
function ReadI32(ASelf: TMemoryStream; var ABuffer: LongInt; const ACount: LongInt = 0): LongInt; |
|
This item has no description. | |
![]() |
function ReadI64(ASelf: TMemoryStream; var ABuffer: Int64; const ACount: LongInt = 0): LongInt; |
|
This item has no description. | |
![]() |
function ReadSingle(ASelf: TMemoryStream; var ABuffer: Single; const ACount: LongInt = 0): LongInt; |
|
This item has no description. | |
![]() |
function ReadDouble(ASelf: TMemoryStream; var ABuffer: Double; const ACount: LongInt = 0): LongInt; |
|
This item has no description. | |
![]() |
function ReadExtended(ASelf: TMemoryStream; var ABuffer: Extended; const ACount: LongInt = 0): LongInt; |
|
This item has no description. | |
![]() |
function WriteData(ASelf: TMemoryStream; ABuffer: Int64; ACount: LongInt): LongInt; |
|
This item has no description. | |
![]() |
function WriteAnsiString(ASelf: TMemoryStream; ABuffer: AnsiString; const ACount: LongInt = 0): LongInt; |
|
This item has no description. | |
![]() |
function WriteBoolean(ASelf: TMemoryStream; ABuffer: Boolean; const ACount: LongInt = 0): LongInt; |
|
This item has no description. | |
![]() |
function WriteChar(ASelf: TMemoryStream; ABuffer: Char; const ACount: LongInt = 0): LongInt; |
|
This item has no description. | |
![]() |
function WriteWideChar(ASelf: TMemoryStream; ABuffer: WideChar; const ACount: LongInt = 0): LongInt; |
|
This item has no description. | |
![]() |
function WriteU8(ASelf: TMemoryStream; ABuffer: Byte; const ACount: LongInt = 0): LongInt; |
|
This item has no description. | |
![]() |
function WriteI8(ASelf: TMemoryStream; ABuffer: ShortInt; const ACount: LongInt = 0): LongInt; |
|
This item has no description. | |
![]() |
function WriteU16(ASelf: TMemoryStream; ABuffer: Word; const ACount: LongInt = 0): LongInt; |
|
This item has no description. | |
![]() |
function WriteI16(ASelf: TMemoryStream; ABuffer: SmallInt; const ACount: LongInt = 0): LongInt; |
|
This item has no description. | |
![]() |
function WriteU32(ASelf: TMemoryStream; ABuffer: LongWord; const ACount: LongInt = 0): LongInt; |
|
This item has no description. | |
![]() |
function WriteI32(ASelf: TMemoryStream; ABuffer: LongInt; const ACount: LongInt = 0): LongInt; |
|
This item has no description. | |
![]() |
function WriteI64(ASelf: TMemoryStream; ABuffer: Int64; const ACount: LongInt = 0): LongInt; |
|
This item has no description. | |
![]() |
function WriteSingle(ASelf: TMemoryStream; ABuffer: Single; const ACount: LongInt = 0): LongInt; |
|
This item has no description. | |
![]() |
function WriteDouble(ASelf: TMemoryStream; ABuffer: Double; const ACount: LongInt = 0): LongInt; |
|
This item has no description. | |
![]() |
function WriteExtended(ASelf: TMemoryStream; ABuffer: Extended; const ACount: LongInt = 0): LongInt; |
|
This item has no description. | |
Tulajdonságok
![]() |
property Memory: LongWord; |
|
This item has no description. | |
Készítette PasDoc 0.16.0-snapshot.
