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

Method getChars

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

Returns the character buffer. @return the character buffer

()

Source from the content-addressed store, hash-verified

144 * @return the character buffer
145 */
146 public char[] getChars() {
147 return getBuffer();
148 }
149
150
151 /**

Callers 9

filterMethod · 0.80
MessageBytesTypeEnum · 0.80
getContentsMethod · 0.80
writeMethod · 0.80
writeMethod · 0.80
appendMethod · 0.80
equalsMethod · 0.80
equalsMethod · 0.80
normalizeMethod · 0.80

Calls 1

getBufferMethod · 0.95

Tested by

no test coverage detected