System.Zip.IZipCryptor.Decrypt

From RAD Studio API Documentation

Delphi

procedure Decrypt(var Buffer: TBytes);

C++

virtual void __fastcall Decrypt(System::Sysutils::TBytes &Buffer) = 0 ;

Properties

Type Visibility Source Unit Parent
procedure
function
public
System.Zip.pas
System.Zip.hpp
System.Zip IZipCryptor

Description

Decrypts specified by the ABuffer data block. When Decrypt is on the input, it contains encrypted data block. When it is on the output, it contains decrypted data block. The size of the ABuffer on the output may be different from the size on the input.


See Also