Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/tomcat
/ readByte
Method
readByte
test/org/apache/coyote/ajp/TesterAjpMessage.java:41–43 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
39
}
40
41
public
byte readByte() {
42
return
buf[pos++];
43
}
44
45
public
int
readInt() {
46
int
val = (buf[pos++] & 0xFF) << 8;
Callers
6
readString
Method · 0.95
readHeaderName
Method · 0.95
validateResponseHeaders
Method · 0.45
validateGetBody
Method · 0.45
extractResponseBody
Method · 0.45
validateResponseEnd
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected