MCPcopy Create free account
hub / github.com/ReadyTalk/avian / flush

Method flush

classpath/java/io/BufferedOutputStream.java:52–55  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

50 }
51
52 public void flush() throws IOException {
53 drain();
54 out.flush();
55 }
56
57 public void close() throws IOException {
58 flush();

Callers 1

closeMethod · 0.95

Calls 2

drainMethod · 0.95
flushMethod · 0.65

Tested by

no test coverage detected