185186187188189190191192193194195
} System.out.println(" -> cleaning up"); store = new FileStore(directory, 256, false); try { store.cleanup(); } finally { store.close(); } System.out.println(" after " + Arrays.toString(directory.list()));
177178179180181182183184185186187
464465466467468469470471472473474
} System.out.println(" -> cleaning up"); store = new FileStore(directory, 256, TAR_STORAGE_MEMORY_MAPPED); try { store.cleanup(); } finally { store.close(); } System.out.println(" after " + Arrays.toString(directory.list()));