nsIIOUtil provdes various xpcom/io-related utility methods.
[scriptable, uuid(e8152f7f-4209-4c63-ad23-c3d2aa0c5a49)]
Methods
Test whether an input stream is buffered. See nsStreamUtils.h documentation for NS_InputStreamIsBuffered for the definition of "buffered" used here and for edge-case behavior. @throws NS_ERROR_INVALID_POINTER if null is passed in.
Test whether an output stream is buffered. See nsStreamUtils.h documentation for NS_OutputStreamIsBuffered for the definition of "buffered" used here and for edge-case behavior. @throws NS_ERROR_INVALID_POINTER if null is passed in.
