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

Method clear

java/org/apache/catalina/connector/InputBuffer.java:664–666  ·  view source on GitHub ↗
(Buffer buffer)

Source from the content-addressed store, hash-verified

662 }
663
664 private void clear(Buffer buffer) {
665 buffer.rewind().limit(0);
666 }
667
668 private void makeSpace(int count) {
669 int desiredSize = cb.limit() + count;

Callers 5

InputBufferMethod · 0.95
recycleMethod · 0.95
realReadCharsMethod · 0.95
markMethod · 0.95
resetMethod · 0.95

Calls 2

rewindMethod · 0.80
limitMethod · 0.45

Tested by

no test coverage detected