Callback class for writing color transform xml to a memory buffer.
More...
Callback class for writing color transform xml to a memory buffer.
This class is needed to manage the memory buffer required to hold a color transform XML description.
- See also
- SYNCOLOR::saveColorTransformToBuffer
| virtual SYNCOLOR::TransformWriterCallback::~TransformWriterCallback |
( |
| ) |
|
|
virtual |
| virtual void SYNCOLOR::TransformWriterCallback::write |
( |
const char * |
content, |
|
|
unsigned |
size |
|
) |
| |
|
pure virtual |
Write the specified content to the buffer. May be called multiple times during one save.
- Parameters
-
| content | String containing the partial color transform XML description. |
| size | Content string size. |