WARNING: Most of this content (with the exception of the Mozilla 1.9 XPCOM reference) is very old, and can be expected to be out of date and possibly obsolete. For better XUL documentation, please visit the XUL hub at the Mozilla Developer Center.
nsIInputStreamTee
| IID: | 44e8b2c8-1ecb-4a63-8b23-3e3500c34f32 |
| Inherits From: | nsIInputStream |
A nsIInputStreamTee is a wrapper for an input stream, that when read reads the specified amount of data from its source and copies that data to its sink. sink must be a blocking output stream.
Properties
nsIOutputStream sink
nsIInputStream source
Reference documentation is generated from Mozilla's source.
