org.apache.tools.ant.taskdefs

Class GZip

public class GZip extends Pack

Compresses a file with the GZIP algorithm. Normally used to compress non-compressed archives such as TAR files.

Since: Ant 1.1

UNKNOWN: category="packaging"

Method Summary
protected voidpack()
perform the GZip compression operation.

Method Detail

pack

protected void pack()
perform the GZip compression operation.
Copyright B) 2000-2007 Apache Software Foundation. All Rights Reserved.