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

Method createOutput

core/src/processing/core/PApplet.java:7664–7666  ·  view source on GitHub ↗

( begin auto-generated from createOutput.xml ) Similar to createInput() , this creates a Java OutputStream for a given filename or path. The file will be created in the sketch folder, or in the same folder as an exported application. If the path does not exist, intermediat

(String filename)

Source from the content-addressed store, hash-verified

7662 * @see PApplet#selectOutput(String,String)
7663 */
7664 public OutputStream createOutput(String filename) {
7665 return createOutput(saveFile(filename));
7666 }
7667
7668 /**
7669 * @nowebref

Callers 4

saveImageIOMethod · 0.95
saveBytesMethod · 0.95
saveStringsMethod · 0.95
saveMethod · 0.95

Calls 4

saveFileMethod · 0.95
createPathMethod · 0.95
getNameMethod · 0.45
printStackTraceMethod · 0.45

Tested by

no test coverage detected