Class AppleArchiveEntry

AppleArchiveEntry class

Represents a single entry within an AppleArchive.

public sealed class AppleArchiveEntry : IArchiveFileEntry

Properties

NameDescription
IsDirectory { get; }Gets a value indicating whether this entry is a directory.
Length { get; }Gets the length of the entry in bytes.
Name { get; }Gets a name of the entry within the archive.

See Also