Browse our Products

Aspose.ZIP for .NET 20.5 Release Notes

All Changes

KeySummaryIssue Type
ZIPNET-436RAR4 archive extraction.Enhancement

Public API and Backwards Incompatible Changes

The following public types were added:Description
Aspose.Zip.UnRAR.RarArchiveThis class represents the RAR4 archive file and can be used for its extraction.
Aspose.Zip.UnRAR.RarArchiveEntryRepresents a single file within the RAR archive.
Aspose.Zip.UnRAR.RarArchiveEntryPlainRAR entry that needs to be decompressed without decryption.
Aspose.Zip.UnRAR.RarArchiveEntryEncryptedRAR entry that needs to be decompressed with decryption.
The following public methods and properties were added:Description
Aspose.Zip.UnRAR.RarArchive.#ctor(…)Instantiates a RAR archive with the provided data source.
Aspose.Zip.UnRAR.RarArchive.EntriesGets entries constituting the RAR archive.
Aspose.Zip.UnRAR.RarArchive.ExtractToDirectory(…)Extracts all the files in the archive to the directory provided.
Aspose.Zip.UnRAR.RarArchiveEntry.NameGets the name of the entry within the archive.
Aspose.Zip.UnRAR.RarArchiveEntry.CompressedSizeGets the size of the compressed file.
Aspose.Zip.UnRAR.RarArchiveEntry.UncompressedSizeGets the size of the original file.
Aspose.Zip.UnRAR.RarArchiveEntry.ModificationTimeGets the last modified date and time.
Aspose.Zip.UnRAR.RarArchiveEntry.IsDirectoryGets a value indicating whether the entry represents a directory.
Aspose.Zip.UnRAR.RarArchiveEntry.Open(…)Opens the entry for extraction and provides a stream with decompressed entry content.
Aspose.Zip.UnRAR.RarArchiveEntry.Extract(…)Extracts the entry to the filesystem by the path provided.