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

Method save

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

Source from the content-addressed store, hash-verified

1172
1173
1174 public boolean save(File file, String options) throws IOException {
1175 return save(PApplet.createOutput(file),
1176 Table.extensionOptions(false, file.getName(), options));
1177 }
1178
1179
1180 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