ByteArrayOutputStream.reset

ByteArrayOutputStream.reset

Class Overview | Class Members | This Package | All Packages

Syntax
public synchronized void reset()
Description
Resets the count field of this byte array output stream to zero, so that all currently accumulated output in the ouput stream is discarded. The output stream can be used again, reusing the already allocated buffer space.

See Also
count