Value | Meaning |
---|---|
IM_RAWFILE | < System dependent file I/O Rotines. |
IM_STREAM | < Standard Ansi C Stream I/O Rotines. |
IM_MEMFILE | < Uses a memory buffer (see \ref imBinMemoryFileName). |
IM_SUBFILE | < It is a sub file. FileName is a imBinFile* pointer from any other module. |
IM_FILEHANDLE | < System dependent file I/O Rotines, but FileName is a system file handle ("int" in UNIX and "HANDLE" in Windows). |
IM_IOCUSTOM0 | < Other registered modules starts from here. |
Predefined I/O Modules. * \ingroup binfile