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

Method openStream

corpus/java/training/guava/io/ByteSink.java:72–72  ·  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

70 * @throws IOException if an I/O error occurs in the process of opening the stream
71 */
72 public abstract OutputStream openStream() throws IOException;
73
74 /**
75 * Opens a new buffered {@link OutputStream} for writing to this sink. The returned stream is not

Callers 11

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

Calls

no outgoing calls

Tested by

no test coverage detected