Class TMemoryStream
Unit
Declaration
type TMemoryStream = class(TCustomMemoryStream)
Description
This item has no description.
Hierarchy
- TObject
- TStream
- TCustomMemoryStream
- TMemoryStream
Overview
Methods
| Protected | procedure SetCapacity(NewCapacity: PtrInt) virtual; |
| Protected | function getcapacity: ptrint virtual; |
| Protected | function Realloc(var NewCapacity: PtrInt): Pointer; virtual; |
| Public | destructor Destroy; override; |
| Public | procedure Clear; |
| Public | procedure LoadFromStream(Stream: TStream); |
| Public | procedure LoadFromFile(const FileName: string); |
| Public | procedure SetSize( NewSize: PtrInt); override; |
| Public | function Write(const Buffer; Count: LongInt): LongInt; override; |
Properties
| Public | property Capacity: PtrInt read getcapacity write SetCapacity; |
Description
Methods
| Protected | procedure SetCapacity(NewCapacity: PtrInt) virtual; |
|
This item has no description. | |
| Protected | function getcapacity: ptrint virtual; |
|
This item has no description. | |
| Protected | function Realloc(var NewCapacity: PtrInt): Pointer; virtual; |
|
This item has no description. | |
| Public | destructor Destroy; override; |
|
This item has no description. | |
| Public | procedure Clear; |
|
This item has no description. | |
| Public | procedure LoadFromStream(Stream: TStream); |
|
This item has no description. | |
| Public | procedure LoadFromFile(const FileName: string); |
|
This item has no description. | |
| Public | procedure SetSize( NewSize: PtrInt); override; |
|
This item has no description. | |
| Public | function Write(const Buffer; Count: LongInt): LongInt; override; |
|
This item has no description. | |
Properties
| Public | property Capacity: PtrInt read getcapacity write SetCapacity; |
|
This item has no description. | |
Generated by PasDoc 0.17.0.snapshot.