Class CabEntry
CabEntry class
Represents a single file within cab archive.
public sealed class CabEntry : IArchiveFileEntry
Properties
| Name | Description |
|---|
| Length { get; } | Gets the length of the entry in bytes. |
| ModificationTime { get; } | Gets last modified date and time. |
| Name { get; } | Gets name of the entry within the archive. |
Methods
| Name | Description |
|---|
| Extract(Stream) | Extracts the entry to the stream provided. |
| Extract(string) | Extracts the entry to the filesystem by the path provided. |
| Open() | Opens the entry for extraction and provides a stream with entry content. |
| override ToString() | |
See Also