Table of Contents

Class Entry

Namespace
SharpCompress.Common
Assembly
SharpCompress.dll
public abstract class Entry : IEntry
Inheritance
Entry
Implements
Derived
Inherited Members

Constructors

Entry()

protected Entry()

Properties

ArchivedTime

public abstract DateTime? ArchivedTime { get; }

Property Value

DateTime?

Attrib

public virtual int? Attrib { get; }

Property Value

int?

CompressedSize

public abstract long CompressedSize { get; }

Property Value

long

CompressionType

public abstract CompressionType CompressionType { get; }

Property Value

CompressionType

Crc

public abstract long Crc { get; }

Property Value

long

CreatedTime

public abstract DateTime? CreatedTime { get; }

Property Value

DateTime?

IsDirectory

public abstract bool IsDirectory { get; }

Property Value

bool

IsEncrypted

public abstract bool IsEncrypted { get; }

Property Value

bool

IsSplit

public abstract bool IsSplit { get; }

Property Value

bool

Key

public abstract string Key { get; }

Property Value

string

LastAccessedTime

public abstract DateTime? LastAccessedTime { get; }

Property Value

DateTime?

LastModifiedTime

public abstract DateTime? LastModifiedTime { get; }

Property Value

DateTime?

Size

public abstract long Size { get; }

Property Value

long