#include <sbTemporaryFileService.h>
Public Member Functions | |
NS_DECL_ISUPPORTS NS_DECL_SBITEMPORARYFILESERVICE NS_DECL_NSIOBSERVER | sbTemporaryFileService () |
virtual | ~sbTemporaryFileService () |
nsresult | Initialize () |
void | Finalize () |
Public Member Functions inherited from sbITemporaryFileService | |
nsIFile | createFile (in unsigned long aType, [optional] in AString aBaseName, [optional] in AString aExtension) |
Create and return a new and unique temporary file of the type specified by aType. If aBaseName is specified, use aBaseName as the base name of the file. If aExtension is specified, use aExtension as the file extension. More... | |
Additional Inherited Members | |
Public Attributes inherited from sbITemporaryFileService | |
readonly attribute nsIFile | rootTemporaryDirectory |
Root directory of temporary files and directories. More... | |
This class provides services for creating temporary files.
Definition at line 100 of file sbTemporaryFileService.h.
sbTemporaryFileService::sbTemporaryFileService | ( | ) |
Construct a Songbird temporary file service object.
Definition at line 165 of file sbTemporaryFileService.cpp.
|
virtual |
Destroy a Songbird temporary file service object.
Definition at line 177 of file sbTemporaryFileService.cpp.
void sbTemporaryFileService::Finalize | ( | ) |
Finalize the Songbird temporary file service.
Definition at line 248 of file sbTemporaryFileService.cpp.
nsresult sbTemporaryFileService::Initialize | ( | ) |
Initialize the Songbird temporary file service.
Definition at line 190 of file sbTemporaryFileService.cpp.