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

Method openStream

output/java_guava/1.4.16/CharSink.java:69–69  ·  view source on GitHub ↗

Opens a new Writer for writing to this sink. This method should return a new, independent writer each time it is called. The caller is responsible for ensuring that the returned writer is closed. @throws IOException if an I/O error occurs in the process of opening the writer

()

Source from the content-addressed store, hash-verified

67
68
69 public abstract Writer openStream() throws IOException;
70
71 /**
72 * Opens a new buffered {@link Writer} for writing to this sink. The returned stream is not

Callers 3

openBufferedStreamMethod · 0.95
writeMethod · 0.95
writeFromMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected