ByteArrayOutputStream_new
Creates a ByteArrayOutputStreamObject object with the passed initial buffer size and with the passed growIncrement.
#include "InterfaceFactory.h"
DIRXML_EXPORT
OutputStream * IFAPI ByteArrayOutputStream_new (
int initialSize,
int growIncrement);
What are the defaults?