Browse our Products

Aspose.ZIP for .NET 24.11 Release Notes

All Changes

KeySummaryIssue Type
ZIPNET-1219Extract LHA archives.Feature

Public API and Backwards Incompatible Changes

The following public types were added:Description
Aspose.Zip.Lha.LhaArchiveRepresents a Lha archive file.
Aspose.Zip.Lha.LhaArchiveEntryFile entry of Lha archive.
Aspose.Zip.Lha.LhaDirectoryEntryFile entry of Lha archive.
The following public methods and properties were added:Description
Aspose.Zip.Lha.LhaArchive.ExtractToDirectory()Extracts all the files and directories to the directory provided.
Aspose.Zip.Lha.LhaArchive.DirectoriesGets directory entries constituting the archive.
Aspose.Zip.Lha.LhaArchive.EntriesGets file entries constituting the archive.
Aspose.Zip.Lha.LhaArchiveEntry.Extract()Extracts Lha archive entry to various destination.
Aspose.Zip.Lha.LhaArchiveEntry.LengthGets the length of the entry in bytes.
Aspose.Zip.Lha.LhaArchiveEntry.NameGets name of the entry.
Aspose.Zip.Lha.LhaDirectoryEntry.ExtractToDirectoryComposes an empty directory inside the destinationDirectory.
Aspose.Zip.Lha.LhaDirectoryEntry.NameGets the name of the directory.