Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenSourcePhysics/osp
/ flush
Method
flush
src/org/jibble/epsgraphics/EpsDocument.java:181–183 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
179
}
180
181
public
synchronized
void
flush() throws IOException {
182
_bufferedWriter.flush();
183
}
184
185
public
synchronized
void
close() throws IOException {
186
if
(_stringWriter==null) {
Callers
5
write
Method · 0.45
writeFooter
Method · 0.45
close
Method · 0.45
saveEditorTextTo
Method · 0.45
saveTXT
Method · 0.45
Calls
no outgoing calls
Tested by
1
saveEditorTextTo
Method · 0.36