Discuss this help topic in SecureBlackbox Forum

TElGzipWriter.OnCompressionStreamNeeded

TElGzipWriter     See also     


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


This event is fired when TElGZipWriter needs a stream for compressed data.

Declaration

[C#]
    not available

[VB.NET]
    not available

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

[C++]
    not available

[PHP]
    not available

[Java]
    not available

Parameters

  • Stream - stream where the compressed data should be saved.

Description

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

See also:     Compress    

Discuss this help topic in SecureBlackbox Forum