Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
main
Method · 0.95
close
Method · 0.95
Calls
2
drain
Method · 0.95
flush
Method · 0.65
Tested by
1
main
Method · 0.76