Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/tomcat
/ readString
Method
readString
test/org/apache/coyote/ajp/TesterAjpMessage.java:51–54 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
49
}
50
51
public
String readString() {
52
int
len = readInt();
53
return
readString(len);
54
}
55
56
public
String readString(
int
len) {
57
CharBuffer buf = getCharset().decode(ByteBuffer.wrap(this.buf, pos, len));
Callers
7
readHeaderName
Method · 0.95
validateResponseHeaders
Method · 0.80
extractResponseBody
Method · 0.80
testLogWritesToFile
Method · 0.80
testBufferedFlush
Method · 0.80
testCustomEncoding
Method · 0.80
testPerWebappHandlersIsolation
Method · 0.80
Calls
7
readInt
Method · 0.95
getCharset
Method · 0.95
readByte
Method · 0.95
array
Method · 0.80
length
Method · 0.80
decode
Method · 0.65
wrap
Method · 0.45
Tested by
no test coverage detected