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

Method getLibStream

app/src/processing/app/Base.java:1896–1898  ·  view source on GitHub ↗

Return an InputStream for a file inside the Processing lib folder.

(String filename)

Source from the content-addressed store, hash-verified

1894 * Return an InputStream for a file inside the Processing lib folder.
1895 */
1896 static public InputStream getLibStream(String filename) throws IOException {
1897 return new FileInputStream(getLibFile(filename));
1898 }
1899
1900
1901 /**

Callers 1

initMethod · 0.95

Calls 1

getLibFileMethod · 0.95

Tested by

no test coverage detected