/* (non-Javadoc)
  * @see eu.stratosphere.pact.common.io.FileOutputFormat#close()
  */
 @Override
 public void close() throws IOException {
   if (wrt != null) {
     this.wrt.close();
   }
   super.close();
 }
 @Override
 public void close() throws IOException {
   this.dataOutputStream.close();
   super.close();
 }