Compress Method
Compresses input data into a PKCS7 message.
Syntax
void __fastcall Compress();
Remarks
Call this method to compress the data residing provided via InputFile (or InputStream) and save the output in OutputFile (OutputStream).
|
Compress MethodCompresses input data into a PKCS7 message. Syntaxvoid __fastcall Compress(); RemarksCall this method to compress the data residing provided via InputFile (or InputStream) and save the output in OutputFile (OutputStream). |