MCPcopy Create free account
hub / github.com/antlr/codebuff / read

Method read

output/java_guava/1.4.16/ReaderInputStream.java:112–115  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

110 }
111
112 @Override
113 public int read() throws IOException {
114 return (read(singleByte) == 1) ? UnsignedBytes.toInt(singleByte[0]) : -1;
115 }
116
117 // TODO(chrisn): Consider trying to encode/flush directly to the argument byte
118 // buffer when possible.

Callers 1

readMoreCharsMethod · 0.45

Calls 8

toIntMethod · 0.95
drainMethod · 0.95
startDrainingMethod · 0.95
readMoreCharsMethod · 0.95
clearMethod · 0.65
checkPositionIndexesMethod · 0.45
flushMethod · 0.45
encodeMethod · 0.45

Tested by

no test coverage detected