libopenraw  0.3.7
Modules | Classes | Typedefs

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 _IOFileIOFileRef
 A file reference.
 

Detailed Description

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.

Todo:
This API is incomplete.