Discuss this help topic in SecureBlackbox Forum

TElPGPDecompressingStream.DataAvailable

TElPGPDecompressingStream     


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


Notifies TElPGPDecompressingStream about availability of the data to read.

Declaration

[C#/Java]
    not implemented;

[VB.NET]
    not implemented

[Pascal]
    procedure DataAvailable;

[C++]
    void DataAvailable();

[PHP]
    void DataAvailable()

Description

    This method fires OnRead event if there is data to be read.

Discuss this help topic in SecureBlackbox Forum