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


TCPSAdvancedStream.DirectAccessStream
TCPSAdvancedStream
Top 

Indicates a stream object that stores the compressed data.

Delphi syntax:
property
DirectAccessStream: TStream

C++ syntax:
__property
Classes::TStream* DirectAccessStream = {read=GetDirectAccessStream};

Description
Use DirectAccessStream to read or write to the compressed stream.
If you change the contents of DirectAccessStream (fill it with compressed data transmitted via network for example) you should call Refresh method.


© AidAim Software CryptoPressStream: