MCPcopy Create free account
hub / github.com/davidgiven/luje / flush

Method flush

lib/java/io/FilterOutputStream.java:86–89  ·  view source on GitHub ↗

Ensures that all pending data is sent out to the target stream. This implementation flushes the target stream. @throws IOException if an error occurs attempting to flush this stream.

()

Source from the content-addressed store, hash-verified

84 * if an error occurs attempting to flush this stream.
85 */
86 @Override
87 public void flush() throws IOException {
88 out.flush();
89 }
90
91 /**
92 * Writes the entire contents of the byte array {@code buffer} to this

Callers 1

closeMethod · 0.95

Calls 1

flushMethod · 0.65

Tested by

no test coverage detected