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

Method getCharChunk

java/org/apache/tomcat/util/buf/MessageBytes.java:258–260  ·  view source on GitHub ↗

Returns the char chunk, representing the char[] and offset/length. Valid only if T_CHARS or after a conversion was made. @return the char chunk

()

Source from the content-addressed store, hash-verified

256 * @return the char chunk
257 */
258 public CharChunk getCharChunk() {
259 return charC;
260 }
261
262 /**
263 * Returns the string value. Valid only if T_STR or after a conversion was made.

Callers 11

testPerformanceImplMethod · 0.95
testMapMethod · 0.95
invokeMethod · 0.95
getRequestDispatcherMethod · 0.95
MessageBytesTypeEnum · 0.80
duplicateMethod · 0.80
doGetBytesMethod · 0.80
mapMethod · 0.80
DispatchDataMethod · 0.80
convertURIMethod · 0.80
convertMBMethod · 0.80

Calls

no outgoing calls

Tested by 2

testPerformanceImplMethod · 0.76
testMapMethod · 0.76