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

Method writeU4

java/org/apache/jasper/compiler/SmapUtil.java:341–344  ·  view source on GitHub ↗
(int val)

Source from the content-addressed store, hash-verified

339 }
340
341 void writeU4(int val) {
342 writeU2(val >> 16);
343 writeU2(val & 0xFFFF);
344 }
345
346 void copy(int count) {
347 for (int i = 0; i < count; ++i) {

Callers 2

copyAttrsMethod · 0.95
writeAttrForSDEMethod · 0.95

Calls 1

writeU2Method · 0.95

Tested by

no test coverage detected