TROConstantMemoryStream
From RemObjects Software
This is a RemObjects SDK Architecture entry
Feel free to add your notes to this topic below.
Overview
TROConstantMemoryStream is a custom memory stream implementation, optimized for read-only access.
Use Case
This class was originally implemented for internal use within the RemObjects SDK library, but provided publicly for your convenience. You can use TROConstantMemoryStream wherever a un-modifiable memory stream optimized for fast read-only access is needed.
File
- uROClasses
Declaration
TROConstantMemoryStream = class(TROBinaryMemoryStream);
Hierarchy
- TMemoryStream
- TROBinaryMemoryStream
- TROConstantMemoryStream
- TROBinaryMemoryStream
See Also
Product: RemObjects SDK
Current version: RemObjects SDK 'Vinci' (5.0)
Lists — Glossary — Features — How To — Components — Tools — Samples — Articles — Architecture — Issues
Categories: Text | RemObjects SDK | Architecture | Class | Delphi
