Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/processing/processing
/ close
Method
close
core/src/processing/data/XML.java:201–204 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
199
}
200
201
@Override
202
public
void
close() throws IOException {
203
reader.close();
204
}
205
}));
206
node = document.getDocumentElement();
207
}
Callers
15
saveImageIO
Method · 0.45
save
Method · 0.45
loadImageIO
Method · 0.45
loadImageTGA
Method · 0.45
loadJSONObject
Method · 0.45
loadJSONArray
Method · 0.45
loadBytes
Method · 0.45
loadStrings
Method · 0.45
saveStream
Method · 0.45
saveBytes
Method · 0.45
saveStrings
Method · 0.45
parseOBJ
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected