KCMS CMM Reference Manual

Public Members

The KcsFile class provides the following public members.

Table 2-8 KcsFile Public Members

Member Function 

Description 

virtual long getFref();

Gets the file description being used. 

KcsFile(KcsStatus *status);

Constructor. Creates a file object without a file and offset. You must use setFref() to establish a link to a file before using any other methods.

KcsFile(KcsStatus *status,
 	const KcsFileId anFref,
 	const unsigned long absBaseOffset = 0);

Constructor. Creates a file object with an open file and offset. 

virtual ~KcsFile();

Destructor. 

virtual void setFref(long theFref);

Sets the file to use and the offset.