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

Method openStream

output/java_guava/1.4.17/ByteSource.java:483–486  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

481 }
482
483 @Override
484 public Reader openStream() throws IOException {
485 return new InputStreamReader(ByteSource.this.openStream(), charset);
486 }
487
488 @Override
489 public String toString() {

Callers

nothing calls this directly

Calls 1

openStreamMethod · 0.45

Tested by

no test coverage detected