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

Method openStream

output/java_guava/1.4.17/ByteSink.java:77–77  ·  view source on GitHub ↗

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

()

Source from the content-addressed store, hash-verified

75
76
77 public abstract OutputStream openStream() throws IOException;
78
79 /**
80 * Opens a new buffered {@link OutputStream} for writing to this sink. The returned stream is not

Callers 15

openBufferedStreamMethod · 0.95
writeMethod · 0.95
writeFromMethod · 0.95
urlExistsMethod · 0.45
loadMethod · 0.45
loadTemplateFileMethod · 0.45
importTemplatesMethod · 0.45
loadGroupFileMethod · 0.45
urlExistsMethod · 0.45
loadMethod · 0.45
loadTemplateFileMethod · 0.45
importTemplatesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected