|
C/C++ Reference
|
The IoIntf class specifies an abstract file API, implementations include ZipIo, DiskIo, and NetIo. More...
#include <IoIntf.h>


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. | |
The IoIntf class specifies an abstract file API, implementations include ZipIo, DiskIo, and NetIo.
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.