
nsIScriptableInputStream
This interface provides scriptable access to the
nsIInputStream.Syntax:
void nsIScriptableInputStream::close()Parameters:
nsresult:
Wraps the given
nsIInputStreamwith thisnsIScriptableInputStream.Syntax:
void nsIScriptableInputStream::init( in nsIInputStream aInputStream)Parameters:
nsresult:
Gets the the number of bytes currently available in the stream.
Syntax:
unsigned long nsIScriptableInputStream::available()Parameters:
Returns:
Syntax:
string nsIScriptableInputStream::read( in unsigned long aCount)Parameters:
Returns:
| Written by:Ellen Evans | Comments, questions, complaints?
Bug 143387 |