3334353637383940414243
public void clean() throws IOException { if (directory instanceof CleanableDirectory) { CleanableDirectory dir = (CleanableDirectory) directory; dir.cleanFiles(); } } public void exportZip(OutputStream out) throws IOException {