MCPcopy Index your code
hub / github.com/benfry/processing4 / save

Method save

core/src/processing/data/Table.java:1194–1197  ·  view source on GitHub ↗
(File file, String options)

Source from the content-addressed store, hash-verified

1192
1193
1194 public boolean save(File file, String options) throws IOException {
1195 return save(PApplet.createOutput(file),
1196 Table.extensionOptions(false, file.getName(), options));
1197 }
1198
1199
1200 public boolean save(OutputStream output, String options) {

Callers

nothing calls this directly

Calls 15

createOutputMethod · 0.95
extensionOptionsMethod · 0.95
createWriterMethod · 0.95
trimMethod · 0.95
splitMethod · 0.95
writeCSVMethod · 0.95
writeTSVMethod · 0.95
saveODSMethod · 0.95
writeHTMLMethod · 0.95
saveBinaryMethod · 0.95
getNameMethod · 0.45
equalsMethod · 0.45

Tested by

no test coverage detected