public class ClearableByteArrayOutputStream
extends java.io.ByteArrayOutputStream
Constructor and Description |
---|
ClearableByteArrayOutputStream()
Returns a new ClearableByteArrayOutputStream
|
Modifier and Type | Method and Description |
---|---|
void |
clear()
Wipes the internal buffer and resets the count to zero.
|