Bzip2SaveOptions Class

Options for saving a bzip2 archive.
Inheritance Hierarchy
SystemObject
  Aspose.Zip.Bzip2Bzip2SaveOptions

Namespace:  Aspose.Zip.Bzip2
Assembly:  Aspose.Zip (in Aspose.Zip.dll) Version: 20.3
Syntax
public class Bzip2SaveOptions

The Bzip2SaveOptions type exposes the following members.

Constructors
  NameDescription
Public methodCode exampleBzip2SaveOptions
Initializes a new instance of the Bzip2SaveOptions class with default block size.
Public methodCode exampleBzip2SaveOptions(Int32)
Initializes a new instance of the Bzip2SaveOptions class.
Properties
  NameDescription
Public propertyBlockSize
Block size in hundreds of kilobytes.
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
See Also