Stitches a buffer from a multiple of writes.
Definition BufferStitcher.h:11
char * getWritePointer() const
Gets the pointer into the buffer to write next.
size_t getWriteSize() const
Gets the size that still needs to be written/stitched.
bool movePosition(size_t sz)
Moves the write position up for the next write.
bool isDone()
Gets the status of whether all data has been stitched together. When not initialized.
void assign(char *data, size_t sz)
assign the destination buffer and the size expected.
Definition Application.h:10