Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

nsIInputStreamCallback

This is a companion interface for nsIAsyncInputStream.asyncWait().
Inherits from: nsISupports Last changed in Gecko 1.7

Method overview

void onInputStreamReady(in nsIAsyncInputStream aStream);

Methods

onInputStreamReady()

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

void onInputStreamReady(
  in nsIAsyncInputStream aStream
);
Parameters
aStream
The stream whose nsIAsyncInputStream.asyncWait() method was called.

See also

Document Tags and Contributors

 Contributors to this page: Sheppy, trevorh
 Last updated by: Sheppy,