ExpandBaseTask Class

Summary

Summary description for ExpandTask.
Assembly
NAnt.Compression.dll
Namespace
NAnt.Compression.Tasks
Base Types
  • Task
Derived Types
graph BT Type-->Base0["Task"] Type["ExpandBaseTask"] class Type type-node Derived0["UnZipTask"]-->Type click Derived0 "/api/NAnt.Compression.Tasks/UnZipTask" Derived1["UnTarTask"]-->Type click Derived1 "/api/NAnt.Compression.Tasks/UnTarTask"

Syntax

public abstract class ExpandBaseTask : Task

Properties

Name Value Summary
Overwrite bool
Overwrite files, even if they are newer than the corresponding entries in the archive. The default is true.

Methods

Name Value Summary
ExtractDirectory(Stream, string, string, DateTime) void
Extracts a directory entry from the specified stream.
ExtractFile(Stream, string, string, DateTime, long) void
Extracts a file entry from the specified stream.