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.

@mozilla.org/pipe;1

This component implements the following interfaces:

Properties

readonly nsIAsyncInputStream nsIPipe.inputStream

The pipe's input end, which also implements nsISearchableInputStream.

readonly nsIAsyncOutputStream nsIPipe.outputStream

The pipe's output end.

Methods

InterfaceMethod
nsIPipe void init ( PRBool nonBlockingInput , PRBool nonBlockingOutput , PRUint32 segmentSize , PRUint32 segmentCount , nsIMemory segmentAllocator )

Reference documentation is generated from Mozilla's source.