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

Method openStream

output/java_guava/1.4.17/CharSource.java:466–469  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

464 }
465
466 @Override
467 public InputStream openStream() throws IOException {
468 return new ReaderInputStream(CharSource.this.openStream(), charset, 8192);
469 }
470
471 @Override
472 public String toString() {

Callers

nothing calls this directly

Calls 1

openStreamMethod · 0.45

Tested by

no test coverage detected