MCPcopy Create free account
hub / github.com/davidgiven/luje / reset

Method reset

lib/java/io/ByteArrayOutputStream.java:103–105  ·  view source on GitHub ↗

Resets this stream to the beginning of the underlying byte array. All subsequent writes will overwrite any bytes previously stored in this stream.

()

Source from the content-addressed store, hash-verified

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.

Callers 2

decodeMethod · 0.95
decodeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected