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

Method getEnd

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

Returns the end position of the data in the buffer. @return the end position of the data in the buffer

()

Source from the content-addressed store, hash-verified

146 * @return the end position of the data in the buffer
147 */
148 public int getEnd() {
149 return end;
150 }
151
152
153 /**

Callers 6

convertMethod · 0.45
convertMethod · 0.45
urlEncodeMethod · 0.45
convertMethod · 0.45
toStringMethod · 0.45
compareMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected