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

Method getByteChunk

java/org/apache/tomcat/util/buf/MessageBytes.java:248–250  ·  view source on GitHub ↗

Returns the byte chunk, representing the byte[] and offset/length. Valid only if T_BYTES or after a conversion was made. @return the byte chunk

()

Source from the content-addressed store, hash-verified

246 * @return the byte chunk
247 */
248 public ByteChunk getByteChunk() {
249 return byteC;
250 }
251
252 /**
253 * Returns the char chunk, representing the char[] and offset/length. Valid only if T_CHARS or after a conversion

Callers 15

parseCookieHeaderMethod · 0.95
prepareRequestMethod · 0.95
prepareRequestMethod · 0.95
prepareRequestMethod · 0.95
doAuthenticateMethod · 0.95
doAuthenticateMethod · 0.95
postParseRequestMethod · 0.95
testMethod · 0.80
MessageBytesTypeEnum · 0.80
processParametersMethod · 0.80
MessageBytesReaderMethod · 0.80
duplicateMethod · 0.80

Calls

no outgoing calls

Tested by 1

testMethod · 0.64