Osztály TStream

Egység

Deklaráció

type TStream = class(TObject)

Megjegyzés

This item has no description.

Hierarchia

Áttekintés

Metódusok

Publikus function Read(Buffer: string; Count: LongInt): LongInt;
Publikus function Write(Buffer: string; Count: LongInt): LongInt;
Publikus function Seek(Offset: LongInt; Origin: Word): LongInt;
Publikus procedure ReadBuffer(Buffer: string; Count: LongInt);
Publikus procedure WriteBuffer(Buffer: string; Count: LongInt);
Publikus function CopyFrom(Source: TStream; Count: Int64): Int64;

Tulajdonságok

Publikus property Position: LongInt;
Publikus property Size: LongInt;

Megjegyzés

Metódusok

Publikus function Read(Buffer: string; Count: LongInt): LongInt;

This item has no description.

Publikus function Write(Buffer: string; Count: LongInt): LongInt;

This item has no description.

Publikus function Seek(Offset: LongInt; Origin: Word): LongInt;

This item has no description.

Publikus procedure ReadBuffer(Buffer: string; Count: LongInt);

This item has no description.

Publikus procedure WriteBuffer(Buffer: string; Count: LongInt);

This item has no description.

Publikus function CopyFrom(Source: TStream; Count: Int64): Int64;

This item has no description.

Tulajdonságok

Publikus property Position: LongInt;

This item has no description.

Publikus property Size: LongInt;

This item has no description.


Készítette PasDoc 0.16.0-snapshot.