Aspose.Zip.Lzx.LzxLoadOptions.CancellationToken | 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.UncompressedSize | Gets size of the original file. |
Aspose.Zip.Lzx.LzxArchiveEntry.CompressedSize | Gets size of the compressed file. |
Aspose.Zip.Lzx.LzxArchiveEntry.IsDirectory | Gets a value indicating whether this entry is a directory. |
Aspose.Zip.Lzx.LzxArchiveEntry.ModificationTime | 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.ExtractToDirectory(string) | Extracts all the files and directories in the archive to the directory provided. |
Aspose.Zip.Lzx.LzxArchive.Dispose() | Disposes the LZX archive. |