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


TCPSCryptoPressMemoryStream.Memory
TCPSCryptoPressMemoryStream
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. You can use MemorySize property to get size of the Memory buffer.

Note: you should not change the contents of Memory. It will lead to stream data corruption. You can use this property only for copying the compressed or encrypted data.


© AidAim Software CryptoPressStream: Streaming Compression Library Delphi Compression Strong Encryption Library Compression Strea