ByteArrayOutputStream.this

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.

  1. this()
  2. this(size_t size)
    class ByteArrayOutputStream
    this
    (
    size_t size
    )

Meta