Class Bzip2LoadOptions
Class Bzip2LoadOptions
Името на пространството: Aspose.Zip.Bzip2 Асамблея: Aspose.Zip.dll (25.5.0)
Aspose.Zip.Bzip2.Bzip2Archive.
public class Bzip2LoadOptions
Inheritance
наследници
object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Constructors
Bzip2LoadOptions()
public Bzip2LoadOptions()
ExtractionProgressed
Събитието е повишено, когато някои байтове са извлечени.
public event EventHandler<progresseventargs> ExtractionProgressed
Тип на събитие
EventHandler < ProgressEventArgs >
Examples
Bzip2LoadOptions loadOptions = new Bzip2LoadOptions();
loadOptions.ExtractionProgressed += (s, e) => { percent = (int) ((double)(100 * e.ProceededBytes) / originalFileLength); };
Remarks
Aspose.Zip.Bzip2.Bzip2Archive инстанция, в която екстракцията е напреднала.The Aspose.Zip.ProgressEventArgs.ProceededBytes.