System.Zip.TCreateCustomStreamCallBack

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

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

C++

__interface TCreateCustomStreamCallBack  : public System::IInterface

プロパティ

種類 可視性 ソース ユニット
anonMethod
class
public
System.Zip.pas
System.Zip.hpp
System.Zip System.Zip


説明

オリジナルのストリームをベースにカスタム ストリームを作成するコールバックです。

たとえば、CreateDecompressStreamCallBack コールバックは TCreateCustomStreamCallBack 型で、zip ファイルの中のファイルが展開される前に発生し、それにより、解読するために素のストリームにアクセスすることができます。

関連項目