ByteArrayOutputStream.reset

Resets the <code>count</code> field of this byte array output stream to zero, so that all currently accumulated output in the output stream is discarded. The output stream can be used again, reusing the already allocated buffer space.

@see hunt.stream.ByteArrayInputStream#count

class ByteArrayOutputStream
void
reset
()

Meta