ByteArrayOutputStream_getDataSize()

Returns the size of the data in the ByteArrayOutputStream

Syntax

C++

 #include "InterfaceFactory.h"
 
 DIRXML_EXPORT 
 int IFAPI ByteArrayOutputStream_getDataSize ( 
    OutputStream   *outputStream);				 
 

Parameters

outputStream
(IN) Points to the pointer returned by the ByteArrayOutputStream_new method.

Remarks

See also the ByteArrayOutputStream_getBytes method.