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

Method readByte

test/org/apache/coyote/ajp/TesterAjpMessage.java:41–43  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

39 }
40
41 public byte readByte() {
42 return buf[pos++];
43 }
44
45 public int readInt() {
46 int val = (buf[pos++] & 0xFF) << 8;

Callers 6

readStringMethod · 0.95
readHeaderNameMethod · 0.95
validateGetBodyMethod · 0.45
extractResponseBodyMethod · 0.45
validateResponseEndMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected