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

Method flush

classpath/java/io/BufferedWriter.java:44–47  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

42 }
43
44 public void flush() throws IOException {
45 drain();
46 out.flush();
47 }
48
49 public void close() throws IOException {
50 flush();

Callers 2

mainMethod · 0.95
closeMethod · 0.95

Calls 2

drainMethod · 0.95
flushMethod · 0.65

Tested by 1

mainMethod · 0.76