Class RarArchiveEntryPlain
Namespace: Aspose.Zip.Rar
Assembly: Aspose.Zip.dll (25.2.0)
Represents single file within archive.
public sealed class RarArchiveEntryPlain : RarArchiveEntry, IArchiveFileEntry
Inheritance
object ← RarArchiveEntry ← RarArchiveEntryPlain
Implements
Inherited Members
RarArchiveEntry.Open(string), RarArchiveEntry.Extract(string, string), RarArchiveEntry.Extract(Stream, string), RarArchiveEntry.Name, RarArchiveEntry.CompressedSize, RarArchiveEntry.UncompressedSize, RarArchiveEntry.ModificationTime, RarArchiveEntry.CreationTime, RarArchiveEntry.LastAccessTime, RarArchiveEntry.IsDirectory, RarArchiveEntry.ExtractionProgressed, object.GetType(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Remarks
Cast a Aspose.Zip.Rar.RarArchiveEntry instance to Aspose.Zip.Rar.RarArchiveEntryEncrypted to determine whether the entry encrypted or not.