MCPcopy Index your code
hub / github.com/apache/tomcat / setEnd

Method setEnd

java/org/apache/tomcat/util/buf/AbstractChunk.java:158–160  ·  view source on GitHub ↗

Set the end position of the data in the buffer. @param end the new end position

(int end)

Source from the content-addressed store, hash-verified

156 * @param end the new end position
157 */
158 public void setEnd(int end) {
159 this.end = end;
160 }
161
162
163 /**

Callers 12

convertMethod · 0.80
convertMethod · 0.80
subSequenceMethod · 0.80
convertMethod · 0.80
setLongMethod · 0.80
internalMapMethod · 0.80
internalMapWrapperMethod · 0.80
normalizeMethod · 0.80
parsePathParametersMethod · 0.80
normalizeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected