Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
writeFooter
Method · 0.95
flush
Method · 0.45
close
Method · 0.45
Tested by
no test coverage detected