Exemple #1
0
 @Override
 public void close() throws IOException {
   try {
     synchronized (stream) {
       stream.fclose();
     }
   } catch (BadDescriptorException ex) {
     throw new IOException(ex.getMessage());
   }
 }