CryptoPressStream:
Delphi / C++Builder Streaming Compression Library
with Strong Encryption


TCPSMemoryStream.Memory
TCPSMemoryStream
Top 

Provides direct access to the memory pool allocated for the memory stream.

Delphi syntax:
property Memory: Pointer;

C++ syntax:
__property void
* Memory = {read=GetMemory};

Description
Use Memory to get access to the memory for the stream. The memory for the stream holds the data that is being transferred by means of the memory stream. Size is the number of bytes of Memory that were allocated, and Position is the current position within Memory.



© AidAim Software CryptoPressStream: