Discuss this help topic in SecureBlackbox Forum

TElPGPClearTextVerifyingStream.DataAvailable

TElPGPClearTextVerifyingStream     


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


Notifies TElPGPClearTextVerifyingStream about availability of the data to read.

Declaration

[C#]
    void DataAvailable();

[VB.NET]
    Sub DataAvailable()

[Pascal]
    procedure DataAvailable;

[C++]
    void DataAvailable();

[PHP]
    void DataAvailable()

[Java]
    void dataAvailable();

Description

    Use this method to tell the object, that there are data to read. The OnRead event is fired if needed.

Discuss this help topic in SecureBlackbox Forum