Creates a new byte array output stream, with a buffer capacity of the specified size, in bytes.
@param size the initial size. @exception IllegalArgumentException if size is negative.
See Implementation
Creates a new byte array output stream, with a buffer capacity of the specified size, in bytes.
@param size the initial size. @exception IllegalArgumentException if size is negative.