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


TCPSManager.DecompressString
TCPSManager
Top 

Decompresses and/or decrypts string.

Delphi syntax:
function DecompressString(Source: String): String;

C++ syntax:
AnsiString __fastcall DecompressString(AnsiString Source);

Description
DecompressString compresses and/or encrypts string compressed by CompressString.
Encryption settings are specified by CryptoParams property.
Source - source string.



© AidAim Software CryptoPressStream: