Example #1
0
 @Override
 public synchronized void close() throws IOException {
   flush();
   file.close();
 }