Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/processing/processing
/ writeFooter
Method
writeFooter
java/libraries/dxf/src/processing/dxf/RawDXF.java:220–225 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
218
219
220
private
void
writeFooter() {
221
writer.println(
"0"
);
222
writer.println(
"ENDSEC"
);
223
writer.println(
"0"
);
224
writer.println(
"EOF"
);
225
}
226
227
228
/**
Callers
1
dispose
Method · 0.95
Calls
1
println
Method · 0.45
Tested by
no test coverage detected