Resets this stream to the beginning of the underlying byte array. All subsequent writes will overwrite any bytes previously stored in this stream.
()
| 101 | * stream. |
| 102 | */ |
| 103 | public synchronized void reset() { |
| 104 | count = 0; |
| 105 | } |
| 106 | |
| 107 | /** |
| 108 | * Returns the total number of bytes written to this stream so far. |