AppleArchiveEntry

AppleArchiveEntry class

Represents a single entry within an AppleArchive.

The AppleArchiveEntry type exposes the following members:

Properties

NameDescription
nameGets a name of the entry within the archive.
lengthGets the length of the entry in bytes.
is_directoryGets a value indicating whether this entry is a directory.

Methods

NameDescription
extract(path)Extracts the entry to the filesystem by the path provided.
extract(destination)Extracts the entry to the stream provided.

See Also