Class TMemoryStream
Unit
Basics
Declaration
type TMemoryStream = class(TStream)
Description
Memory stream classProvides streaming implementation for buffers in memory
Hierarchy
TStreamMethods
Overview
 | constructor Create(AData: Pointer; const ASize: Cardinal); |
 | destructor Destroy; override; |
 | function Read(out Buffer; const Count: Cardinal): Cardinal; override; |
 | procedure SetSize(const Value: Cardinal); override; |
 | function Write(const Buffer; const Count: Cardinal): Cardinal; override; |
Description
Creates a memory stream of the specified size associating it with the specified address in memory
Changes current size of the stream
Properties
Overview
 | property Data: Pointer; |
Description
Pointer to buffer in memory
|
Last modified: 26 Oct, 2008
Copyright (C) 2006-2008, casteng.com
|