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

Method openStream

corpus/java/training/guava/io/CharSource.java:98–98  ·  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

96 * @throws IOException if an I/O error occurs in the process of opening the reader
97 */
98 public abstract Reader openStream() throws IOException;
99
100 /**
101 * 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