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

Method writeU1

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

Source from the content-addressed store, hash-verified

330 }
331
332 void writeU1(int val) {
333 gen[genPos++] = (byte) val;
334 }
335
336 void writeU2(int val) {
337 writeU1(val >> 8);

Callers 4

writeAttrForSDEMethod · 0.95
writeU2Method · 0.95
copyConstantPoolMethod · 0.95
writeUtf8ForSDEMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected