An input stream that allows you to read from a file.
[scriptable, uuid(e3d56a20-c7ec-11d3-8cda-0060b0fc14a3)]
Constants
If this is set, the file will be deleted by the time the stream is closed. It may be removed before the stream is closed if it is possible to delete it and still read from it. If OPEN_ON_READ is defined, and the file was recreated after the first delete, the file will be deleted again when it is closed again.
If this is set, the file will close automatically when the end of the file is reached.
Methods
@param file file to read from (must QI to nsILocalFile)
@param ioFlags file open flags listed in prio.h
@param perm file mode bits listed in prio.h
@param behaviorFlags flags specifying various behaviors of the class
(see enumerations in the class)
