MCPcopy
hub / github.com/google/guava / openStream

Method openStream

android/guava/src/com/google/common/io/ByteSink.java:72–72  ·  view source on GitHub ↗

Opens a new {@link OutputStream} for writing to this sink. This method returns a new, independent stream each time it is called. <p>The caller is responsible for ensuring that the returned stream is closed. @throws IOException if an I/O error occurs while opening the stream

()

Source from the content-addressed store, hash-verified

70 * @throws IOException if an I/O error occurs while 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 6

openBufferedStreamMethod · 0.95
writeMethod · 0.95
writeFromMethod · 0.95
openStreamMethod · 0.45
advanceMethod · 0.45
advanceMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected