C# Class DeltaZip.ArchiveReader.ExtractedData

ファイルを表示 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_oe property

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

LoadDone public_oe property

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

Refs public_oe property

public List Refs
return List

TotalReadSizeMB public_oe static_oe property

public static double TotalReadSizeMB
return double

TotalReadTime public_oe static_oe property

public static TimeSpan,System TotalReadTime
return System.TimeSpan