Class TAdFileMemStream
Unit
AdFileClasses
Declaration
type TAdFileMemStream = class(TMemoryStream)
Description
A file stream which is returned by TAdFile.GetStream. It is always linked to a specific virtual file.
Hierarchy
- TMemoryStream
- TAdFileMemStream
Overview
Methods
 |
constructor Create(const AFile: TAdFile; const ReadOnly: Boolean); reintroduce; |
 |
function Write(const Buffer; Count: LongInt): LongInt; override; |
 |
destructor Destroy; override; |
Properties
 |
property ReadOnly: Boolean read FReadOnly; |
Description
Methods
 |
constructor Create(const AFile: TAdFile; const ReadOnly: Boolean); reintroduce; |
|
 |
function Write(const Buffer; Count: LongInt): LongInt; override; |
|
 |
destructor Destroy; override; |
|
Properties
 |
property ReadOnly: Boolean read FReadOnly; |
|

Generated by PasDoc 0.11.0 on 2008-12-31 14:31:59