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

Method rewind

java/org/apache/tomcat/util/http/parser/Cookie.java:299–301  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

297 }
298
299 public void rewind() {
300 position--;
301 }
302
303 public byte[] array() {
304 return bytes;

Callers 4

skipLWSMethod · 0.80
skipByteMethod · 0.80
clearMethod · 0.80
clearMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected