nsIScriptableInputStream provides scriptable access to the nsIInputStream. @status FROZEN
[scriptable, uuid(a2a32f90-9b90-11d3-a189-0050041caf44)]
Methods
Return the number of bytes currently available in the stream
@param _retval [out] parameter to hold the number of bytes
if an error occurs, the parameter will be undefined
@return error status
Wrap the given nsIInputStream with this nsIScriptableInputStream. @param aInputStream [in] parameter providing the stream to wrap
