Exemplo n.º 1
0
 public void delete() throws IOException {
   if (file != null) file.delete();
 }
Exemplo n.º 2
0
 public void delete() throws IOException {
   for (OFile file : files) {
     if (file != null) file.delete();
   }
 }