com.huguesjohnson
Class GzipCompressor

java.lang.Object
  extended by com.huguesjohnson.GzipCompressor

public class GzipCompressor
extends java.lang.Object

Class to create a gzip archive.

Author:
Hugues Johnson

Constructor Summary
GzipCompressor(java.lang.String sourceFile, java.lang.String destinationFile)
          Creates a gzip archive containing a single file.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GzipCompressor

public GzipCompressor(java.lang.String sourceFile,
                      java.lang.String destinationFile)
Creates a gzip archive containing a single file.

Parameters:
sourceFile - The full path to source file to compress.
destinationFile - The full path to the destination gzip file.


Copyright © 2000-2009 Hugues Johnson