Class TCustomMemoryStream
Unit
Declaration
type TCustomMemoryStream = class(TStream)
Description
This item has no description.
Hierarchy
- TObject
- TStream
- TCustomMemoryStream
Overview
Fields
| Protected | FMemory: Pointer; |
| Protected | FSize: PtrInt; |
| Protected | FPosition: PtrInt; |
Methods
| Protected | Function GetSize: Int64; Override; |
| Protected | function GetPosition: Int64; Override; |
| Protected | procedure SetPointer(Ptr: Pointer; ASize: PtrInt); |
| Protected | function getmemory: pointer; override; |
| Public | function Read(var Buffer; Count: LongInt): LongInt; override; |
| Public | function Seek(const Offset: Int64; Origin: TSeekOrigin): Int64; override; |
| Public | procedure SaveToStream(Stream: TStream); |
| Public | procedure SaveToFile(const FileName: string); |
Properties
| Public | property memory: Pointer read getmemory; |
| Public | property position1: ptrint read fposition; |
| Public | property size1: ptrint read fsize; |
Description
Fields
| Protected | FMemory: Pointer; |
|
This item has no description. | |
| Protected | FSize: PtrInt; |
|
This item has no description. | |
| Protected | FPosition: PtrInt; |
|
This item has no description. | |
Methods
| Protected | Function GetSize: Int64; Override; |
|
This item has no description. | |
| Protected | function GetPosition: Int64; Override; |
|
This item has no description. | |
| Protected | procedure SetPointer(Ptr: Pointer; ASize: PtrInt); |
|
This item has no description. | |
| Protected | function getmemory: pointer; override; |
|
This item has no description. | |
| Public | function Read(var Buffer; Count: LongInt): LongInt; override; |
|
This item has no description. | |
| Public | function Seek(const Offset: Int64; Origin: TSeekOrigin): Int64; override; |
|
This item has no description. | |
| Public | procedure SaveToStream(Stream: TStream); |
|
This item has no description. | |
| Public | procedure SaveToFile(const FileName: string); |
|
This item has no description. | |
Properties
| Public | property memory: Pointer read getmemory; |
|
This item has no description. | |
| Public | property position1: ptrint read fposition; |
|
This item has no description. | |
| Public | property size1: ptrint read fsize; |
|
This item has no description. | |
Generated by PasDoc 0.17.0.snapshot.