System.Zip.TStreamConstructor

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TStreamConstructor = reference to function(InStream: TStream; const ZipFile: TZipFile; const Item: TZipHeader): TStream;

C++

__interface TStreamConstructor  : public System::IInterface

Properties

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

Description

TStreamConstructor is a reference to a function that creates a Compression/Decompression stream.

TStreamConstructor is used by RegisterCompressionHandler to register a compression type that can compress/decompress a stream.

Note: In C++Builder, an interface is used to simulate the behavior of Delphi anonymous methods.

See Also