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

Method getBuffer

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

Returns the underlying character buffer. @return the underlying character buffer

()

Source from the content-addressed store, hash-verified

154 * @return the underlying character buffer
155 */
156 public char[] getBuffer() {
157 return buff;
158 }
159
160
161 /**

Callers 4

testAppendMethod · 0.95
getCharsMethod · 0.95
convertURIMethod · 0.95
convertMBMethod · 0.95

Calls

no outgoing calls

Tested by 1

testAppendMethod · 0.76