Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/tomcat
/ readU2
Method
readU2
java/org/apache/jasper/compiler/SmapUtil.java:322–325 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
320
}
321
322
int
readU2() {
323
int
res = readU1();
324
return
(res << 8) + readU1();
325
}
326
327
int
readU4() {
328
int
res = readU2();
Callers
5
addSDE
Method · 0.95
copyMembers
Method · 0.95
copyAttrs
Method · 0.95
readU4
Method · 0.95
copyConstantPool
Method · 0.95
Calls
1
readU1
Method · 0.95
Tested by
no test coverage detected