Cache content wrinting callback class.
More...
|
| virtual | ~Writer () |
| | Destructor. More...
|
| |
| virtual void | write (const void *content, unsigned size)=0 |
| | Write the specified cache content. May be called multiple times. More...
|
| |
Cache content wrinting callback class.
This callback class is required by SYNCOLOR::TransformCache::serializeTransformCache. The write() method stores the cache information to a destination. It is called multiple times.
| virtual SYNCOLOR::TransformCache::Writer::~Writer |
( |
| ) |
|
|
virtual |
| virtual void SYNCOLOR::TransformCache::Writer::write |
( |
const void * |
content, |
|
|
unsigned |
size |
|
) |
| |
|
pure virtual |
Write the specified cache content. May be called multiple times.
- Note
- The cache content is not guaranteed to have ASCII characters only.
- Parameters
-
| content | Opaque cache content to be written. |
| size | Opaque content size. |