C# Class Apprenda.Log4NetConnectorPolicy.Tests.ZipFileLocator

When provided with a zip archive, stream the files in the archive to a cleaned-after-use location
Inheritance: IFileLocator, IDisposable
Show file Open project: apprenda/Log4Net-Onboarder

Private Properties

Property Type Description

Public Methods

Method Description
CopyTo ( string fileName, string destinationPath ) : void
Dispose ( ) : void
EnumeratePath ( string path ) : IEnumerable
Exists ( string fileName ) : bool
ZipFileLocator ( ZipArchive archive ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Method Details

CopyTo() public method

public CopyTo ( string fileName, string destinationPath ) : void
fileName string
destinationPath string
return void

Dispose() public method

public Dispose ( ) : void
return void

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

EnumeratePath() public method

public EnumeratePath ( string path ) : IEnumerable
path string
return IEnumerable

Exists() public method

public Exists ( string fileName ) : bool
fileName string
return bool

ZipFileLocator() public method

public ZipFileLocator ( ZipArchive archive ) : System
archive System.IO.Compression.ZipArchive
return System