MCPcopy 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

writeMethod · 0.45
writeFooterMethod · 0.45
closeMethod · 0.45
saveEditorTextToMethod · 0.45
saveTXTMethod · 0.45

Calls

no outgoing calls

Tested by 1

saveEditorTextToMethod · 0.36