MCPcopy Index your code
hub / github.com/antlr/codebuff / openStream

Method openStream

output/java_guava/1.4.17/CharSource.java:101–101  ·  view source on GitHub ↗

Opens a new Reader for reading from this source. This method should return a new, independent reader each time it is called. The caller is responsible for ensuring that the returned reader is closed. @throws IOException if an I/O error occurs in the process of opening the reader

()

Source from the content-addressed store, hash-verified

99
100
101 public abstract Reader openStream() throws IOException;
102
103 /**
104 * Opens a new {@link BufferedReader} for reading from this source. This method should return a

Callers 7

openBufferedStreamMethod · 0.95
lengthMethod · 0.95
copyToMethod · 0.95
readMethod · 0.95
readLinesMethod · 0.95
isEmptyMethod · 0.95
openStreamMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected