MCPcopy
hub / github.com/google/guava / openStream

Method openStream

guava/src/com/google/common/io/CharSource.java:114–114  ·  view source on GitHub ↗

Opens a new {@link Reader} for reading from this source. This method returns a new, independent reader each time it is called. <p>The caller is responsible for ensuring that the returned reader is closed. @throws IOException if an I/O error occurs while opening the reader

()

Source from the content-addressed store, hash-verified

112 * @throws IOException if an I/O error occurs while opening the reader
113 */
114 public abstract Reader openStream() throws IOException;
115
116 /**
117 * Opens a new {@link BufferedReader} for reading from this source. This method returns a new,

Callers 9

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

Calls

no outgoing calls

Tested by 1