XmlData::append()

#include <DbXml.hpp>

void XmlData::append(void *data, size_t size)

Copies size bytes from data to the end of the existing data in the underlying buffer, which will expand to fit the data if it is not a wrapper, otherwise an exception will be thrown. This method will change the size of the data.

Parameters

data

A pointer to the data to be copied.

size

The number of bytes to copy.

Class

XmlData

See Also

XmlData Methods