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