CabEntry

CabEntry class

Represents single file within cab archive.

public sealed class CabEntry : IArchiveFileEntry

Properties

NameDescription
Length { get; }Gets the length of the entry in bytes.
Name { get; }Gets name of the entry within archive.

Methods

NameDescription
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