System.Zip.TCreateCustomStreamCallBack

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

TCreateCustomStreamCallBack = reference to function(const InStream: TStream; const ZipFile: TZipFile; const Item: TZipHeader; IsEncrypted: Boolean): TStream;

C++

__interface TCreateCustomStreamCallBack  : public System::IInterface

Propriétés

Type Visibilité  Source Unité  Parent
anonMethod
class
public
System.Zip.pas
System.Zip.hpp
System.Zip System.Zip


Description

Rappel permettant de créer un flux personnalisé à partir du flux d'origine.

Par exemple, le rappel CreateDecompressStreamCallBack est de type TCreateCustomStreamCallBack et se produit avant la décompression d'un fichier à l'intérieur d'un fichier .zip, en autorisant l'accès au flux brut à des fins de décryptage.

Voir aussi