C# Class DeltaZip.ArchiveReader.ExtractedData

Show file Open project: dsrbecky/DeltaZip

Public Properties

Property Type Description
Data System.IO.MemoryStream
LoadDone System.Threading.ManualResetEvent
Refs List
TotalReadSizeMB double
TotalReadTime System.TimeSpan

Public Methods

Method Description
AsycDecompress ( ZipEntry srcEntry ) : WaitHandle

Method Details

AsycDecompress() public method

public AsycDecompress ( ZipEntry srcEntry ) : WaitHandle
srcEntry Ionic.Zip.ZipEntry
return System.Threading.WaitHandle

Property Details

Data public property

public MemoryStream,System.IO Data
return System.IO.MemoryStream

LoadDone public property

public ManualResetEvent,System.Threading LoadDone
return System.Threading.ManualResetEvent

Refs public property

public List Refs
return List

TotalReadSizeMB public static property

public static double TotalReadSizeMB
return double

TotalReadTime public static property

public static TimeSpan,System TotalReadTime
return System.TimeSpan