Class CabEntry
CabEntry class
Represents single file within cab archive.
public sealed class CabEntry : IArchiveFileEntry
Properties
Name | Description |
---|
Length { get; } | Gets the length of the entry in bytes. |
Name { get; } | Gets name of the entry within 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