예제 #1
0
 public void close() throws IOException {
   if (file != null) file.close();
 }
예제 #2
0
 public void close() throws IOException {
   for (OFile file : files) {
     if (file != null) file.close();
   }
 }