Optional
aInstancePtr: objectA run time mechanism for interface discovery.
NS_OK if the interface is supported by the associated instance, NS_NOINTERFACE if it is not.
aInstancePtr must not be null.
[in] A requested interface IID
[out] A pointer to an interface pointer to receive the result.
CreateInputTransport
nsITransport instance.
The input stream that will be read on a background thread. This stream must implement "blocking" stream semantics.
Specify this flag to have the input stream closed once its contents have been completely read.
Generated using TypeDoc
This service read/writes a stream on a background thread.
Note: instead of using this interface, probably you want to use NS_MakeAsyncNonBlockingInputStream.
Use this service to transform any blocking stream (e.g., file stream) into a fully asynchronous stream that can be read/written without blocking the main thread.