NAnt SDK Documentation - v0.85-nightly-2005-11-09

GUnzip Class

[This is preliminary documentation and subject to change.]

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.

Remarks

Missing <remarks> documentation for T:NAnt.Compression.Tasks.GUnzip

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