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

Method getContentStream

app/src/processing/app/Mode.java:237–239  ·  view source on GitHub ↗
(String path)

Source from the content-addressed store, hash-verified

235
236
237 public InputStream getContentStream(String path) throws FileNotFoundException {
238 return new FileInputStream(getContentFile(path));
239 }
240
241
242 /**

Callers

nothing calls this directly

Calls 1

getContentFileMethod · 0.95

Tested by

no test coverage detected