|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.huguesjohnson.GzipCompressor
public class GzipCompressor
Class to create a gzip archive.
| 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 |
|---|
public GzipCompressor(java.lang.String sourceFile,
java.lang.String destinationFile)
sourceFile - The full path to source file to compress.destinationFile - The full path to the destination gzip file.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||