IccMAX 2.1.27
Color Profile Tools
Loading...
Searching...
No Matches
IccIO.h File Reference
#include "IccDefs.h"
#include "stdio.h"
+ Include dependency graph for IccIO.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

class  CIccEmbedIO
 
class  CIccFileIO
 
class  CIccIO
 
class  CIccMemIO
 
class  CIccNullIO
 

Enumerations

enum  icSeekVal { icSeekSet =0 , icSeekCur , icSeekEnd }
 Seek types. More...
 

Detailed Description

File: IccIO.h

Contains: Implementation of the CIccIO class.

Version: V1

Copyright: (c) see ICC Software License

Definition in file IccIO.h.

Enumeration Type Documentation

◆ icSeekVal

enum icSeekVal

Seek types.

Enumerator
icSeekSet 
icSeekCur 
icSeekEnd 
82 {
83 icSeekSet=0, //Seek to an absolute position
84 icSeekCur, //Seek to relative position
85 icSeekEnd, //Seek relative to the ending
86} icSeekVal;
icSeekVal
Seek types.
Definition IccIO.h:82
@ icSeekEnd
Definition IccIO.h:85
@ icSeekSet
Definition IccIO.h:83
@ icSeekCur
Definition IccIO.h:84