示例#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();
   }
 }