[scriptable, uuid(d1f28e94-3a6e-4050-a5f5-2e81b1fc2a43)]
interface nsIInputStreamCallback : nsISupports

Methods

 This is a companion interface for nsIAsyncInputStream::asyncWait.


 Called to indicate that the stream is either readable or closed.

 @param aStream
        The stream whose asyncWait method was called.
void onInputStreamReady(in nsIAsyncInputStream aStream)