SharpFS -- A Virtual FileSystem for .NET

IArchiver Interface

[This is preliminary documentation and subject to change.]

Base interface that all archiver plugins must implement.

For a list of all members of this type, see IArchiver Members.

public interface IArchiver

Types that implement IArchiver

Type Description
DirectoryArchiver An archiver that loads files from the system's filesystem.
ResourceArchiver An archiver that loads files from resource files (.res).
WebArchiver An archiver that loads files from the web. Supported protocols are http, ftp, and file. The target must be in URI format, e.g. http://www.google.com .
ZipArchiver An archiver that loads files from Zip files.

Requirements

Namespace: SharpFS

Assembly: SharpFS (in SharpFS.dll)

See Also

IArchiver Members | SharpFS Namespace