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

Method openStream

output/java_guava/1.4.19/ByteSink.java:157–160  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

155 }
156
157 @Override
158 public Writer openStream() throws IOException {
159 return new OutputStreamWriter(ByteSink.this.openStream(), charset);
160 }
161
162 @Override
163 public String toString() {

Callers

nothing calls this directly

Calls 1

openStreamMethod · 0.45

Tested by

no test coverage detected