AppleArchiveEntry.Length

AppleArchiveEntry.Length property

Gets the uncompressed length of the entry in bytes.

public long? Length { get; }

Remarks

For directory entries the value is zero. For entries created from a non-seekable source stream the length can be unknown.

See Also