@Override
 public void close() {
   try {
     if (savantFile != null) savantFile.close();
   } catch (IOException ignore) {
   }
 }