Articles tagged: Streams
Found 14 documents
- Mozilla/Add-ons/Code_snippets/File_I_O This article describes local file input/output in chrome JavaScript.
- Mozilla/Tech/XPCOM/Reference/Interface/nsIAsyncInputStream If an input stream is non-blocking, it may return NS_BASE_STREAM_WOULD_BLOCK when read. The ...
- Mozilla/Tech/XPCOM/Reference/Interface/nsIAsyncOutputStream If an output stream is non-blocking, it may return NS_BASE_STREAM_WOULD_BLOCK when written to. ...
- Mozilla/Tech/XPCOM/Reference/Interface/nsIAsyncStreamCopier Starts the copy operation. The specified observer is notified when the copy completes.
- Mozilla/Tech/XPCOM/Reference/Interface/nsIBinaryInputStream Reads from the stream.
- Mozilla/Tech/XPCOM/Reference/Interface/nsIBinaryOutputStream Sets the stream to which output is directed.
- Mozilla/Tech/XPCOM/Reference/Interface/nsIConverterInputStream Implemented by: @mozilla.org/intl/converter-input-stream;1. To create an instance, use:
- Mozilla/Tech/XPCOM/Reference/Interface/nsIConverterOutputStream Implemented by: @mozilla.org/intl/converter-output-stream;1. To create an instance, use:
- Mozilla/Tech/XPCOM/Reference/Interface/nsIFileStreams The nsIFileStreams interface is an input stream that allows you to read from a file.
- Mozilla/Tech/XPCOM/Reference/Interface/nsIInputStreamCallback Called to indicate that the stream is either readable or closed.
- Mozilla/Tech/XPCOM/Reference/Interface/nsIOutputStreamCallback Called to indicate that the stream is either writable or closed.
- Mozilla/Tech/XPCOM/Reference/Interface/nsIPipe initialize this pipe.
- Web/API/RTCPeerConnection/onaddstream The RTCPeerConnection.onaddstream event handler is a property containing the code to execute ...
- Web/Events/removestream An removestream event informs that a new MediaStream object has been removed from the target, an ...