IccFile constructors

Constructor (1)

IccFile (const IccFileId& id,
         IccRecordIndex* index = 0)

id
A reference to the IccFileId object that identifies which file is being operated on
index
An optional pointer to the IccRecordIndex object that identifies which record in the file is being operated on.

Constructor (2)

IccFile (const char* fileName,
         IccRecordIndex* index = 0)

fileName
The 8-character name of the file
index
An optional pointer to the IccRecordIndex object that identifies which record in the file is being operated on.

To access files using an IccFile object, it must have an IccRecordIndex object associated with it. If this association is not made when the object is created, use the registerRecordIndex method.

[[ Contents Previous Page | Next Page Index ]]