Articles tagged: File I/O
Found 18 documents
- Extensions/Using_the_DOM_File_API_in_chrome_code If you want to use the DOM File API in chrome code, you can do so without restriction. In fact, ...
- Mozilla/JavaScript_code_modules/FileUtils.jsm The FileUtils.jsm JavaScript code module offers utility routines dealing with files. To use it, ...
- 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/nsIDirectoryEnumerator Closes the directory being enumerated, releasing the system resource. It is safe to call this ...
- Mozilla/Tech/XPCOM/Reference/Interface/nsIDirectoryIterator The nsIDirectoryIterator interface provides a way to iterate over the entries in a directory.
- Mozilla/Tech/XPCOM/Reference/Interface/nsIDirectoryServiceProvider nsIDirectoryServiceProvider.
- Mozilla/Tech/XPCOM/Reference/Interface/nsIDirectoryServiceProvider2 The directory service calls this when it gets a request for a prop and the requested type is ...
- Mozilla/Tech/XPCOM/Reference/Interface/nsIDirIndex
- Mozilla/Tech/XPCOM/Reference/Interface/nsIDirIndexParser Called for each directory entry.
- Mozilla/Tech/XPCOM/Reference/Interface/nsIDOMFile The nsIDOMFile interface retrieves data from a file submitted to a form using the input type ...
- Mozilla/Tech/XPCOM/Reference/Interface/nsIDOMFileError The nsIDOMFileError interface describes errors that occur while using the DOM File API. It ...
- Mozilla/Tech/XPCOM/Reference/Interface/nsIDOMFileReader The nsIDOMFileReader interface provides a way to read data from a file specified by an nsIDOMFile.
- Mozilla/Tech/XPCOM/Reference/Interface/nsIFile nsIFile is the correct platform-agnostic way to specify a file; you should always use this ...
- Mozilla/Tech/XPCOM/Reference/Interface/nsIFilePicker Implemented by: @mozilla.org/filepicker;1. To create an instance, use:
- Mozilla/Tech/XPCOM/Reference/Interface/nsIFileProtocolHandler Converts the URL string into the corresponding nsIFile if possible. A local file will be created ...
- 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/nsILocalFileMac None.