ByteArrayOutputStream.size

Returns the current size of the buffer.

@return the value of the <code>count</code> field, which is the number of valid bytes in this output stream. @see hunt.stream.ByteArrayOutputStream#count

class ByteArrayOutputStream
int
size
()

Meta