MCPcopy Create free account
hub / github.com/OpenSourcePhysics/osp / close

Method close

src/org/jibble/epsgraphics/EpsDocument.java:185–191  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

183 }
184
185 public synchronized void close() throws IOException {
186 if(_stringWriter==null) {
187 writeFooter(_bufferedWriter);
188 _bufferedWriter.flush();
189 _bufferedWriter.close();
190 }
191 }
192
193 public boolean isClipSet() {
194 return _isClipSet;

Callers

nothing calls this directly

Calls 3

writeFooterMethod · 0.95
closeMethod · 0.65
flushMethod · 0.45

Tested by

no test coverage detected