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

Method setStart

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

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

(int start)

Source from the content-addressed store, hash-verified

133 * @param start the new start position
134 */
135 public void setStart(int start) {
136 if (end < start) {
137 end = start;
138 }
139 this.start = start;
140 }
141
142
143 /**

Callers 11

BasicAuthHeaderMethod · 0.80
convertMethod · 0.80
subSequenceMethod · 0.80
convertMethod · 0.80
setLongMethod · 0.80
doReadMethod · 0.80
internalMapMethod · 0.80
internalMapWrapperMethod · 0.80
parseBase64Method · 0.80
doAuthenticateMethod · 0.80

Calls

no outgoing calls

Tested by 1

BasicAuthHeaderMethod · 0.64