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

Method getBuffer

java/org/apache/tomcat/util/buf/ByteChunk.java:264–266  ·  view source on GitHub ↗

Returns the underlying byte array. @return the buffer

()

Source from the content-addressed store, hash-verified

262 * @return the buffer
263 */
264 public byte[] getBuffer() {
265 return buff;
266 }
267
268
269 /**

Callers 11

testAppendMethod · 0.95
getBytesMethod · 0.95
writeMethod · 0.95
validateRequestMethod · 0.95
prepareRequestMethod · 0.95
doReadMethod · 0.95
appendBytesMethod · 0.95
doAuthenticateMethod · 0.95
readChunkedPostBodyMethod · 0.95
parsePathParametersMethod · 0.95
convertMBMethod · 0.95

Calls

no outgoing calls

Tested by 1

testAppendMethod · 0.76