Bzip2Archive
Contents
[
Hide
]Bzip2Archive class
This class represents bzip2 archive file. Use it to compose or extract bzip2 archives.
The Bzip2Archive type exposes the following members:
Constructors
| Name | Description |
|---|---|
| Bzip2Archive() | Initializes a new instance of the Bzip2Archive class prepared for compressing. |
| Bzip2Archive(source_stream, load_options) | Initializes a new instance of the Bzip2Archive class prepared for decompressing. |
| Bzip2Archive(path, load_options) | Initializes a new instance of the Bzip2Archive class prepared for decompressing. |
Properties
| Name | Description |
|---|---|
| file_entries | Gets entries of IArchiveFileEntry type constituting the archive. |
| format | Gets the archive format. |
| name | Gets name of the entry. |
| length | Gets the length of the entry in bytes. |
Methods
| Name | Description |
|---|---|
| set_source(source) | Sets the content to be compressed within the archive. |
| set_source(path) | Sets the content to be compressed within the archive. |
| set_source(tar_archive, format) | Sets the content to be compressed within the archive. |
| set_source(cpio_archive, format) | Sets the content to be compressed within the archive. |
| extract(destination) | Extracts the archive to the stream provided. |
| extract(path) | Extracts content of the archive to the directory provided. |
| save(output_stream, save_options) | Saves archive to the stream provided. |
| save(destination_file_name, save_options) | Saves archive to a destination file provided. |
| open() | Opens the archive for extraction and provides a stream with archive content. |
| extract_to_directory(destination_directory) | Extracts content of the archive to the directory provided. |
See Also
- namespace aspose.zip.bzip2
- assembly Aspose.Zip