NAnt SDK Documentation - v0.92

GUnzip Class

Expands a file packed using GZip compression.

For a list of all members of this type, see GUnzip Members.

System.Object
   NAnt.Core.Element
      NAnt.Core.Task
         NAnt.Compression.Tasks.GUnzip

[Visual Basic]
<TaskName(Name:="gunzip")>
Public Class GUnzip
    Inherits Task
[C#]
[TaskName(Name="gunzip")]
public class GUnzip : Task

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Example

Expands "test.tar.gz" to "test2.tar".

    
<gunzip src="test.tar.gz" dest="test.tar" />
    
  

Requirements

Namespace: NAnt.Compression.Tasks

Assembly: NAnt.CompressionTasks (in NAnt.CompressionTasks.dll)

See Also

GUnzip Members | NAnt.Compression.Tasks Namespace