Class AppleArchiveEntry
AppleArchiveEntry class
Represents a single entry within an AppleArchive.
public sealed class AppleArchiveEntry : IArchiveFileEntry
Properties
| Name | Description |
|---|---|
| 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
- interface IArchiveFileEntry
- namespace Aspose.Zip.Apple
- assembly Aspose.Zip