Synergy Color Management Component - SDK -  2018.0.80
SYNCOLOR::TransformWriterCallback Class Referenceabstract

Callback class for writing color transform xml to a memory buffer. More...

Public Member Functions

virtual ~TransformWriterCallback ()
 Destructor. More...
 
virtual void write (const char *content, unsigned size)=0
 Write the specified content to the buffer. May be called multiple times during one save. More...
 

Detailed Description

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

Constructor & Destructor Documentation

virtual SYNCOLOR::TransformWriterCallback::~TransformWriterCallback ( )
virtual

Destructor.

Member Function Documentation

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
contentString containing the partial color transform XML description.
sizeContent string size.