コード例 #1
0
 /**
  * Do all required cleanup now that we're finished with the currently-open .tar.gz
  *
  * @exception java.io.IOException
  */
 @Override
 public void finished() throws IOException {
   outputStream.close();
   if (gzipOutputStream != null) {
     gzipOutputStream.close();
   }
 }