IArchiveStorage Interface

IC Sharp Sharp Zip Lib

ICSharpCode SharpZipLib Class Library

IArchiveStorage Interface

Defines facilities for data storage when updating Zip Archives.

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

public interface IArchiveStorage

Types that implement IArchiveStorage

Type Description
BaseArchiveStorage An abstract IArchiveStorage suitable for extension by inheritance.
DiskArchiveStorage An IArchiveStorage implementation suitable for hard disks.
MemoryArchiveStorage An IArchiveStorage implementation suitable for in memory streams.

Requirements

Namespace: ICSharpCode.SharpZipLib.Zip

Assembly: ICSharpCode.SharpZipLib (in ICSharpCode.SharpZipLib.dll)

See Also

IArchiveStorage Members | ICSharpCode.SharpZipLib.Zip Namespace