MCPcopy Index your code
hub / github.com/processing/processing / dispose

Method dispose

java/libraries/dxf/src/processing/dxf/RawDXF.java:151–157  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

149
150
151 public void dispose() {
152 writeFooter();
153
154 writer.flush();
155 writer.close();
156 writer = null;
157 }
158
159
160 public boolean displayable() {

Callers

nothing calls this directly

Calls 3

writeFooterMethod · 0.95
flushMethod · 0.45
closeMethod · 0.45

Tested by

no test coverage detected