MCPcopy Create free account
hub / github.com/apache/tomcat / reset

Method reset

java/org/apache/catalina/tribes/io/XByteBuffer.java:159–161  ·  view source on GitHub ↗

Resets the buffer length to zero.

()

Source from the content-addressed store, hash-verified

157 * Resets the buffer length to zero.
158 */
159 public void reset() {
160 bufSize = 0;
161 }
162
163 /**
164 * Returns the internal byte array directly, without copying.

Callers 1

getBufferMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected