Class ZstandardLoadOptions

Class ZstandardLoadOptions

A név: Aspose.Zip.Zstandard Összefoglaló: Aspose.Zip.dll (25.5.0)

Opciók, amellyel a Aspose.Zip.Sstandard.NormArchive letölthető egy tömörített fájlból.

public class ZstandardLoadOptions

Inheritance

object ZstandardLoadOptions

Örökletes tagok

object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()

Constructors

ZstandardLoadOptions()

public ZstandardLoadOptions()

ExtractionProgressed

Megkapja vagy elhelyezi a felhívott képviselőt, amikor bizonyos bájtokat szereztek.

public event EventHandler<progresseventargs> ExtractionProgressed

esemény típusa

EventHandler < ProgressEventArgs >

Examples

ZstandardArchive archive = new ZstandardArchive("archive.zst", 
new ZStandardLoadOptions() { EntryExtractionProgressed = (s, e) =&gt; { int percent = (int)((100 * e.ProceededBytes) / length); } })

Remarks

Az eseményküldő az Aspose.Zip.Zstandard.ZstandardArchive példája, amelynek kivonása előrehalad.

 Magyar