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

Method openStream

corpus/java/training/guava/io/ByteSink.java:150–153  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

148 }
149
150 @Override
151 public Writer openStream() throws IOException {
152 return new OutputStreamWriter(ByteSink.this.openStream(), charset);
153 }
154
155 @Override
156 public String toString() {

Callers

nothing calls this directly

Calls 1

openStreamMethod · 0.45

Tested by

no test coverage detected