libCZI
Reading and Writing CZI documents made easy
|
#include <libCZI.h>
Public Member Functions | |
virtual void | Write (std::uint64_t offset, const void *pv, std::uint64_t size, std::uint64_t *ptrBytesWritten)=0 |
Interface used for writing a data-stream. The abstraction used is:
|
pure virtual |
Writes the specified data to the stream, starting at the position specified by "offset".
offset | The offset into the stream where to start the write-operation. | |
pv | Pointer to the data. | |
size | The size of the data. | |
[in,out] | ptrBytesWritten | If non-null, then the number of bytes actually written will be put here. |