|
libopenraw
0.3.7
|
API to implement custom IO. More...
Modules | |
| Internal IO API | |
| API called internally for IO. | |
Classes | |
| struct | io_methods |
| IO methods for the IO subsystem. More... | |
Typedefs | |
| typedef struct _IOFile * | IOFileRef |
| A file reference. | |
API to implement custom IO.
In most case you don't need to use the IO API. The default implementation uses POSIX IO. But if you need an alternative, this is what you should use.