MCPcopy Create free account
hub / github.com/apache/tomcat / readU1

Method readU1

java/org/apache/jasper/compiler/SmapUtil.java:318–320  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

316 }
317
318 int readU1() {
319 return orig[origPos++] & 0xFF;
320 }
321
322 int readU2() {
323 int res = readU1();

Callers 2

readU2Method · 0.95
copyConstantPoolMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected