IArchiveFileEntry

IArchiveFileEntry interface

This interface represents an archive file entry.

public interface IArchiveFileEntry

Properties

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

Methods

NameDescription
Extract(Stream)Extracts the entry to the stream provided.
Extract(string)Extracts the entry to the filesystem by the path provided.

See Also