Discuss this help topic in SecureBlackbox Forum

TElGzipWriter.OnCompressionStreamNeeded

TElGzipWriter     See also     


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


...

Declaration

[C#/Java]
    event TSBGZipCompressionStreamNeededEvent OnCompressionStreamNeeded;
    delegate void TSBGZipCompressionStreamNeededEvent(object Sender, ref System.IO.Stream Stream);
    delegate System.IO.Stream TSBGZipCompressionStreamNeededEvent(object Sender); // Java only

[VB.NET]
    Event OnCompressionStreamNeeded As TSBGZipCompressionStreamNeededEvent
    Delegate Sub TSBGZipCompressionStreamNeededEvent(ByVal Sender As Object, ByRef Stream As System.IO.Stream)

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

[C++]
    not available

[PHP]
    not available

Parameters

  • Stream - ...

Description

    ...

See also:         

Discuss this help topic in SecureBlackbox Forum