C# Class DeltaZip.ArchiveReader.ExtractedData

Afficher le fichier Open project: dsrbecky/DeltaZip

Méthodes publiques

Свойство Type Description
Data System.IO.MemoryStream
LoadDone System.Threading.ManualResetEvent
Refs List
TotalReadSizeMB double
TotalReadTime System.TimeSpan

Méthodes publiques

Méthode Description
AsycDecompress ( ZipEntry srcEntry ) : WaitHandle

Method Details

AsycDecompress() public méthode

public AsycDecompress ( ZipEntry srcEntry ) : WaitHandle
srcEntry Ionic.Zip.ZipEntry
Résultat System.Threading.WaitHandle

Property Details

Data public_oe property

public MemoryStream,System.IO Data
Résultat System.IO.MemoryStream

LoadDone public_oe property

public ManualResetEvent,System.Threading LoadDone
Résultat System.Threading.ManualResetEvent

Refs public_oe property

public List Refs
Résultat List

TotalReadSizeMB public_oe static_oe property

public static double TotalReadSizeMB
Résultat double

TotalReadTime public_oe static_oe property

public static TimeSpan,System TotalReadTime
Résultat System.TimeSpan