()
| 391 | } |
| 392 | |
| 393 | public CairoEngine newCairoEngine() { |
| 394 | return new CairoEngine(getConfiguration().getCairoConfiguration()); |
| 395 | } |
| 396 | |
| 397 | private static void copyInputStream(boolean force, byte[] buffer, File out, InputStream is, Log log) throws IOException { |
| 398 | final boolean exists = out.exists(); |
no test coverage detected