MCPcopy 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

testSerializationMethod · 0.95
testServletMethod · 0.95
processParametersMethod · 0.95
parseCookieHeaderMethod · 0.95
MessageBytesReaderMethod · 0.95
parseHostMethod · 0.95
prepareRequestMethod · 0.95
prepareRequestMethod · 0.95
prepareRequestMethod · 0.95
normalizeMethod · 0.95
getAuthorizationMethod · 0.45

Calls 1

getBufferMethod · 0.95

Tested by 2

testSerializationMethod · 0.76
testServletMethod · 0.76