Enumerations

DataAreaOwner

Indicates whether the data area of a IccBuf object has been allocated outside the object. Possible values are:

internal
The data area has been allocated by the IccBuf constructor.
external
The data area has been allocated externally.

DataAreaType

Indicates whether the data area of a IccBuf object can be made longer than its original length. Possible values are:

extensible
The data area can be automatically extended to accommodate more data.
fixed
The data area cannot grow in size. If you attempt to assign too much data, the data is truncated, and an exception is thrown.
[[ Contents Previous Page | Next Page Index ]]