Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/processing/processing
/ writeHeader
Method
writeHeader
java/libraries/dxf/src/processing/dxf/RawDXF.java:212–217 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
210
211
212
private
void
writeHeader() {
213
writer.println(
"0"
);
214
writer.println(
"SECTION"
);
215
writer.println(
"2"
);
216
writer.println(
"ENTITIES"
);
217
}
218
219
220
private
void
writeFooter() {
Callers
1
beginDraw
Method · 0.95
Calls
1
println
Method · 0.45
Tested by
no test coverage detected