Bzip2Archive Class |
Namespace: Aspose.Zip.Bzip2
The Bzip2Archive type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | Bzip2Archive |
Initializes a new instance of the Bzip2Archive class prepared for compressing.
|
![]() ![]() | Bzip2Archive(Stream) |
Initializes a new instance of the Bzip2Archive class prepared for decompressing.
|
![]() ![]() | Bzip2Archive(String) |
Initializes a new instance of the Bzip2Archive class prepared for decompressing.
|
Name | Description | |
---|---|---|
![]() | Dispose |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
|
![]() | Dispose(Boolean) |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() ![]() | Open |
Opens the archive for extraction and provides a stream with archive content.
|
![]() ![]() | Save(String) |
Saves archive to destination file provided.
|
![]() ![]() | Save(Stream, Bzip2SaveOptions) |
Saves archive to the stream provided.
|
![]() ![]() | SetSource(FileInfo) |
Sets the content to be compressed within the archive.
|
![]() ![]() | SetSource(Stream) |
Sets the content to be compressed within the archive.
|
![]() ![]() | SetSource(String) |
Sets the content to be compressed within the archive.
|
![]() ![]() | SetSource(TarArchive) |
Sets the content to be compressed within the archive.
|
![]() | ToString | (Inherited from Object.) |