Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/tomcat
/ readInt
Method
readInt
test/org/apache/coyote/ajp/TesterAjpMessage.java:45–49 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
43
}
44
45
public
int
readInt() {
46
int
val = (buf[pos++] & 0xFF) << 8;
47
val += buf[pos++] & 0xFF;
48
return
val;
49
}
50
51
public
String readString() {
52
int
len = readInt();
Callers
12
readString
Method · 0.95
validateResponseHeaders
Method · 0.80
extractResponseBody
Method · 0.80
ConstantInteger
Method · 0.80
readAttributes
Method · 0.80
readID
Method · 0.80
readExternal
Method · 0.80
readExternal
Method · 0.80
readExternal
Method · 0.80
readExternal
Method · 0.80
readExternal
Method · 0.80
readExternal
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected