Detailed Description
This module provides definitions related to I/O. The actual I/O functions are defined in the respective CPL modules.
- Synopsis:
-
Macro Definition Documentation
Typedef Documentation
Enumeration Type Documentation
These are the file I/O modes.
- Enumerator:
CPL_IO_CREATE |
Overwrite the file, if it already exists.
|
CPL_IO_EXTEND |
Append a new extension to the file.
|
CPL_IO_APPEND |
Append to the last data unit of the file.
|
CPL_IO_MAX |
Reserved for internal CPL usage.
|
CPL_IO_DEFAULT |
Deprecated, kept only for backwards compatibility
|