You are currently viewing a snapshot of www.mozilla.org taken on April 21, 2008. Most of this content is highly out of date (some pages haven't been updated since the project began in 1998) and exists for historical purposes only. If there are any pages on this archive site that you think should be added back to www.mozilla.org, please file a bug.
nsIScriptableInputStream
This interface provides scriptable access to the
nsIInputStream
.Syntax:
void nsIScriptableInputStream::close()
Parameters:
nsresult:
Wraps the given
nsIInputStream
with 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 |