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

Method openStream

output/java_guava/1.4.17/ByteSource.java:97–97  ·  view source on GitHub ↗

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

()

Source from the content-addressed store, hash-verified

95
96
97 public abstract InputStream openStream() throws IOException;
98
99 /**
100 * Opens a new buffered {@link InputStream} for reading from this source. The returned stream is

Callers 8

openBufferedStreamMethod · 0.95
isEmptyMethod · 0.95
sizeMethod · 0.95
copyToMethod · 0.95
readMethod · 0.95
contentEqualsMethod · 0.95
openStreamMethod · 0.45
openStreamMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected