ByteArrayOutputStream_getBytes()
Returns the data in the ByteArrayOutputStream.
#include "InterfaceFactory.h"
DIRXML_EXPORT
int IFAPI ByteArrayOutputStream_getBytes (
OutputStream *outputStream,
unsigned char *buffer);
Returns the amount of data returned in the passed buffer.
Notes: The passed buffer must be at least as large as the value returned from ByteArrayOutputStream_getDataSize().