Class AppleArchiveEntry

Class AppleArchiveEntry

Namespace: Aspose.Zip.Apple
Assembly: Aspose.Zip.dll (26.4.0)

Represents a single entry within an Aspose.Zip.Apple.AppleArchive.

public sealed class AppleArchiveEntry : IArchiveFileEntry

Inheritance

object AppleArchiveEntry

Implements

IArchiveFileEntry

Inherited Members

object.GetType() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()

Properties

IsDirectory

Gets a value indicating whether this entry is a directory.

public bool IsDirectory { get; }

Property Value

bool

Length

Gets the length of the entry in bytes.

public long? Length { get; }

Property Value

long ?

Name

Gets a name of the entry within the archive.

public string Name { get; }

Property Value

string