TStream ----+ | TCardStream
Unit:
ZCDCI1
(ZCDCI1.pas)
Constructors:
constructor Create(Card: TBasicCard; FileName: String; Mode: Byte);Properties:
property FileNum: Word read fFileNum;Methods:
destructor Destroy; override;
function EOF: Boolean;
function Read(var Buffer; Count: Longint): Longint; override;
function Seek(Offset: Longint; Origin: Word): Longint; override;
function Write(const Buffer; Count: Longint): Longint; override;
constructor Create(Card: TBasicCard; FileName: String; Mode: Byte);
Card : The initialised and connected BasicCard objectFileName : The name of the fileMode : The file mode (just read and/or write, access is always set to binary
property FileNum: Word read fFileNum;
destructor Destroy; override;
function EOF: Boolean;
function Read(var Buffer; Count: Longint): Longint; override;
function Seek(Offset: Longint; Origin: Word): Longint; override;
function Write(const Buffer; Count: Longint): Longint; override;