AppleArchiveEntry

AppleArchiveEntry class

Represents a file or directory entry within an AppleArchive.

The AppleArchiveEntry type exposes the following members:

Properties

NameDescription
nameGets the path of the entry inside the archive.
lengthGets the uncompressed length of the entry in bytes.
is_directoryGets a value indicating whether the entry represents 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.
open()Opens the entry for extraction and provides a stream with the entry content.

See Also