Class RarEntry
- Namespace
- SharpCompress.Common.Rar
- Assembly
- SharpCompress.dll
public abstract class RarEntry : Entry, IEntry
- Inheritance
-
RarEntry
- Implements
-
- Derived
-
- Inherited Members
-
Constructors
RarEntry()
Properties
ArchivedTime
public override DateTime? ArchivedTime { get; }
Property Value
- DateTime?
Crc
public override long Crc { get; }
Property Value
- long
CreatedTime
public override DateTime? CreatedTime { get; }
Property Value
- DateTime?
IsDirectory
public override bool IsDirectory { get; }
Property Value
- bool
IsEncrypted
public override bool IsEncrypted { get; }
Property Value
- bool
IsSplit
public override bool IsSplit { get; }
Property Value
- bool
Key
public override string Key { get; }
Property Value
- string
LastAccessedTime
public override DateTime? LastAccessedTime { get; }
Property Value
- DateTime?
LastModifiedTime
public override DateTime? LastModifiedTime { get; }
Property Value
- DateTime?
Methods
ToString()
public override string ToString()
Returns
- string