ByteArrayOutputStream.size

ByteArrayOutputStream.size

Class Overview | Class Members | This Package | All Packages

Syntax
public int size()
Returns
the value of the count field, which is the number of valid bytes in this output stream.
Description
Returns the current size of the buffer.

See Also
count