Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/apache/tomcat
/ getBytes
Method
getBytes
java/org/apache/tomcat/util/buf/ByteChunk.java:254–256 ·
view source on GitHub ↗
Returns the underlying byte array. @return the buffer
()
Source
from the content-addressed store, hash-verified
252
* @
return
the buffer
253
*/
254
public
byte[] getBytes() {
255
return
getBuffer();
256
}
257
258
259
/**
Callers
15
testSerialization
Method · 0.95
testServlet
Method · 0.95
processParameters
Method · 0.95
parseCookieHeader
Method · 0.95
MessageBytesReader
Method · 0.95
parseHost
Method · 0.95
prepareRequest
Method · 0.95
prepareRequest
Method · 0.95
prepareRequest
Method · 0.95
populateSslRequestAttributes
Method · 0.95
normalize
Method · 0.95
getAuthorization
Method · 0.45
Calls
1
getBuffer
Method · 0.95
Tested by
2
testSerialization
Method · 0.76
testServlet
Method · 0.76