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

Method readString

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

Source from the content-addressed store, hash-verified

49 }
50
51 public String readString() {
52 int len = readInt();
53 return readString(len);
54 }
55
56 public String readString(int len) {
57 CharBuffer buf = getCharset().decode(ByteBuffer.wrap(this.buf, pos, len));

Callers 7

readHeaderNameMethod · 0.95
extractResponseBodyMethod · 0.80
testLogWritesToFileMethod · 0.80
testBufferedFlushMethod · 0.80
testCustomEncodingMethod · 0.80

Calls 7

readIntMethod · 0.95
getCharsetMethod · 0.95
readByteMethod · 0.95
arrayMethod · 0.80
lengthMethod · 0.80
decodeMethod · 0.65
wrapMethod · 0.45

Tested by

no test coverage detected