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

Method readU4

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

Source from the content-addressed store, hash-verified

325 }
326
327 int readU4() {
328 int res = readU2();
329 return (res << 16) + readU2();
330 }
331
332 void writeU1(int val) {
333 gen[genPos++] = (byte) val;

Callers 1

copyAttrsMethod · 0.95

Calls 1

readU2Method · 0.95

Tested by

no test coverage detected