Discuss this help topic in SecureBlackbox Forum

TElGzipReader.OnExtractionStreamNeeded

TElGzipReader     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


This event is fired when TElGZipReader needs a stream for extracted data.

Declaration

[C#]
    not available

[VB.NET]
    not available

[Pascal]
    property OnExtractionStreamNeeded : TSBGZipExtractionStreamNeededEvent;
    TSBGZipExtractionStreamNeededEvent = procedure(Sender : TObject; var Stream : TStream) of object;

[C++]
    not available

[PHP]
    not available

[Java]
    not available

Parameters

  • Stream - the stream to which the data should be extracted.

Description

    This event is fired by TElGZipReader when a stream is required to extract the data. Reference to the stream should be passed via the Stream parameter.

See also:     OnProgress    

Discuss this help topic in SecureBlackbox Forum