libCZI
Reading and Writing CZI documents made easy
|
Interface representing a "block of memory". It is used to hold the result of a compression-operation. More...
#include <libCZI_compress.h>
Public Member Functions | |
virtual void * | GetPtr ()=0 |
virtual size_t | GetSizeOfData () const =0 |
Interface representing a "block of memory". It is used to hold the result of a compression-operation.
|
pure virtual |
Gets pointer to the memory block. This memory is owned by this object instance (i. e. the memory is valid as long as this object lives). The size of this memory block is given by "GetSizeOfData".
|
pure virtual |
Gets size of the data (for which a pointer can be retrieved by calling "GetPtr").