aspose.zip.lzx.LzxLoadOptions.cancellation_token | Gets or sets a cancellation token used to cancel the extraction operation. |
aspose.zip.lzx.LzxArchiveEntry.name | Gets name of the entry. |
aspose.zip.lzx.LzxArchiveEntry.commentary | Gets commentary of the entry. |
aspose.zip.lzx.LzxArchiveEntry.uncompressed_size | Gets size of the original file. |
aspose.zip.lzx.LzxArchiveEntry.compressed_size | Gets size of the compressed file. |
aspose.zip.lzx.LzxArchiveEntry.is_directory | Gets a value indicating whether this entry is a directory. |
aspose.zip.lzx.LzxArchiveEntry.modification_time | Gets the last modified time of the entry. |
aspose.zip.lzx.LzxArchiveEntry.extract(…) | Extracts Lzx archive entry to the destination. |
aspose.zip.lzx.LzxArchive.#ctor(…) | Initializes a new instance of the LzxArchive prepared for extraction. |
aspose.zip.lzx.LzxArchive.entries | Gets file entries of LzxArchiveEntry type constituting the archive. |
aspose.zip.lzx.LzxArchive.extract_to_directory(string) | Extracts all the files and directories in the archive to the directory provided. |
aspose.zip.lzx.LzxArchive.dispose() | Disposes the LZX archive. |