|
Mac Dev Center
Mac OS X Reference Library Drivers, Kernel, & Hardware: User-Space Device Access Disc Recording Framework Reference
|
DRFile(VirtualFiles) |
This category on DRFile defines methods that allow the file to be specified using data passed in at creation time.
Initializes a virtual file object
Initializes a virtual file object
Creates a virtual file object
Creates a virtual file object
initWithName:data: |
Initializes a virtual file object
nameThe name of the file on output disc.
dataThe data that will become the contents of the file on the output disc.
A DRFile object.
This type of DRFile burns the data passed in to the output disc, creating a file with the passed in name.
initWithName:dataProducer: |
Initializes a virtual file object
nameThe name of the file on output disc.
producerThe object supplying the file data to the burn.
A DRFile object.
This type of DRFile burns the data produced to the output disc, creating a file with the passed in name.
virtualFileWithName:data: |
Creates a virtual file object
nameThe name of the file on disc.
dataThe data that will become the contents of the file on the disc.
An autoreleased DRFile object.
This type of DRFile burns the data passed in to disc, creating a file with the passed in name.
virtualFileWithName:dataProducer: |
Creates a virtual file object
nameThe name of the file on disc.
dataThe data that will become the contents of the file on the disc.
An autoreleased DRFile object.
This type of DRFile burns the data produced to the output disc, creating a file with the passed in name.
Last Updated: 2009-08-12