Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
testAppend
Method · 0.95
getBytes
Method · 0.95
write
Method · 0.95
validateRequest
Method · 0.95
prepareRequest
Method · 0.95
doRead
Method · 0.95
appendBytes
Method · 0.95
doAuthenticate
Method · 0.95
readChunkedPostBody
Method · 0.95
parsePathParameters
Method · 0.95
convertMB
Method · 0.95
Calls
no outgoing calls
Tested by
1
testAppend
Method · 0.76