Table of Contents

Interface IEntry

Namespace
SharpCompress.Common
Assembly
SharpCompress.dll
public interface IEntry

Properties

ArchivedTime

DateTime? ArchivedTime { get; }

Property Value

DateTime?

Attrib

int? Attrib { get; }

Property Value

int?

CompressedSize

long CompressedSize { get; }

Property Value

long

CompressionType

CompressionType CompressionType { get; }

Property Value

CompressionType

Crc

long Crc { get; }

Property Value

long

CreatedTime

DateTime? CreatedTime { get; }

Property Value

DateTime?

IsDirectory

bool IsDirectory { get; }

Property Value

bool

IsEncrypted

bool IsEncrypted { get; }

Property Value

bool

IsSplit

bool IsSplit { get; }

Property Value

bool

Key

string Key { get; }

Property Value

string

LastAccessedTime

DateTime? LastAccessedTime { get; }

Property Value

DateTime?

LastModifiedTime

DateTime? LastModifiedTime { get; }

Property Value

DateTime?

Size

long Size { get; }

Property Value

long