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