C/C++ Reference
IoIntf Struct Reference

The IoIntf class specifies an abstract file API, implementations include ZipIo, DiskIo, and NetIo. More...

#include <IoIntf.h>

Inheritance diagram for IoIntf:
Collaboration diagram for IoIntf:

List of all members.

Public Attributes

IoIntf_Property propertyFp
 Set or get property.
IoIntf_CloseDir closeDirFp
 Close directory.
IoIntf_MkDir mkDirFp
 Make directory.
IoIntf_Rename renameFp
 Rename resource.
IoIntf_OpenDir openDirFp
 Open directory.
IoIntf_OpenRes openResFp
 Open resource.
IoIntf_OpenResGzip openResGzipFp
 Open file as a compressed gzip file.
IoIntf_Remove removeFp
 Remove file.
IoIntf_RmDir rmDirFp
 Remove directory.
IoIntf_Stat statFp
 Get resource information.

Detailed Description

The IoIntf class specifies an abstract file API, implementations include ZipIo, DiskIo, and NetIo.

References:

See also:
IoIntf.h (Detailed information about the IoIntf methods and the arguments).
DirIntf (Iterate directories)

Member Data Documentation

Make directory.

Null for read only resource collections.

Open file as a compressed gzip file.

Null if not implemented.

Remove file.

Null for read only resource collections.

Rename resource.

Null for read only resource collections.

Remove directory.

Null for read only resource collections.