Browse our Products

Aspose.ZIP for .NET 25.9 Release Notes

All Changes

KeySummaryIssue Type
ZIPNET-1317Extract non-merged LZX archive.Feature
ZIPNET-1357Properly release file having wrong headers after archive fails to extract from it.Bug

Public API and Backwards Incompatible Changes

The following public types were added:Description
Aspose.Zip.Lzx.LzxArchiveClass for LZX archive extraction.
Aspose.Zip.Lzx.LzxArchiveEntryClass representing a single file within LZX archive.
Aspose.Zip.Lzx.LzxLoadOptionsOptions with which LZX archive is loaded from a compressed file.
The following public methods and properties were added:Description
Aspose.Zip.Lzx.LzxLoadOptions.CancellationTokenGets or sets a cancellation token used to cancel the extraction operation.
Aspose.Zip.Lzx.LzxArchiveEntry.NameGets name of the entry.
Aspose.Zip.Lzx.LzxArchiveEntry.CommentaryGets commentary of the entry.
Aspose.Zip.Lzx.LzxArchiveEntry.UncompressedSizeGets size of the original file.
Aspose.Zip.Lzx.LzxArchiveEntry.CompressedSizeGets size of the compressed file.
Aspose.Zip.Lzx.LzxArchiveEntry.IsDirectoryGets a value indicating whether this entry is a directory.
Aspose.Zip.Lzx.LzxArchiveEntry.ModificationTimeGets 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.EntriesGets 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.
The following public enumerations were added:Description
Aspose.Zip.ArchiveInfo.ArchiveFormat.LzxIndicates the LZX archive.