Mac OSX

Implemented by


  
[scriptable, uuid(3a2bb280-64b8-11d5-9daa-bb433143c53c)]
interface nsIAppleFileDecoder : nsIOutputStream

Methods

 Initialize the Apple File Decoder Output stream.

 @param outputStream     The output stream which the AppleFile Decoder will write to the data fork.
 @param outputFile       The output file which the AppleFile Decoder will write to the resource fork.
void Initialize(in nsIOutputStream outputStream, in nsIFile outputFile)