Mozilla.com

Table of contents
  1. 1. Summary
  2. 2. Exceptions Thrown
  3. 3. Remarks
  4. 4. See Also
Table of contents
  1. 1. Summary
  2. 2. Exceptions Thrown
  3. 3. Remarks
  4. 4. See Also

« XPCOM API Reference

Summary

This method closes the output stream.

 void close();

Exceptions Thrown

NS_BASE_STREAM_WOULD_BLOCK
Indicates that closing the output stream would block the calling thread for an indeterminate amount of time. This exception may only be thrown if isNonBlocking returns true.

Remarks

The close method may be called more than once, but subsequent calls are ignored.

See Also

isNonBlocking

Page last modified 23:46, 23 Apr 2006 by Pmash

Files (0)