KCMS CMM Reference Manual

Public Members

The KcsSolarisFile class provides the following public members.

Table 2-9 KcsSolarisFile Public Members

Public Member 

Description 

virtual KcsIO* getIO();

Returns the I/O pointer.  

KcsSolarisFile(KcsStatus *status,
 	const char *filename,
 	const char *hostname,
 	const int oflag,
 	const mode_t mode);

Constructs a new I/O object pointer to a file (full path and suffix not needed) either a remote or local machine. The file is opened with the specified permissions. See the open(2) man page for information on oflag and mode. 

virtual ~KcsSolarisFile();

Destructor.