(File file, String options)
| 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) { |
nothing calls this directly
no test coverage detected