Class ZstandardLoadOptions

Class ZstandardLoadOptions

ชื่อพื้นที่: Aspose.Zip.Zstandard การประกอบ: Aspose.Zip.dll (25.5.0)

ตัวเลือกที่มี AsposeZip.Zstandard. ZstandarArchive จะถูกโหลดจากไฟล์ที่บีบอัด รวมถึงเหตุการณ์ที่เกิดจากการสกัด

public class ZstandardLoadOptions

Inheritance

object ZstandardLoadOptions

อนุญาโตตุลาการ

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

Constructors

ZstandardLoadOptions()

public ZstandardLoadOptions()

ExtractionProgressed

ได้รับหรือตั้งค่าตัวแทนที่เรียกร้องเมื่อไบต์บางอย่างได้รับการสกัด

public event EventHandler<progresseventargs> ExtractionProgressed

ประเภทเหตุการณ์

EventHandler < ProgressEventArgs >

Examples

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

Remarks

ตัวส่งของเหตุการณ์คือตัวอย่าง Aspose.Zip.Zstandard.ZstandardArchive ที่การสกัดจะดําเนินการ

 แบบไทย