An abstract IArchiveStorage suitable for extension by inheritance.
For a list of all members of this type, see BaseArchiveStorage Members.
System.Object
ICSharpCode.SharpZipLib.Zip.BaseArchiveStorage
ICSharpCode.SharpZipLib.Zip.DiskArchiveStorage
ICSharpCode.SharpZipLib.Zip.MemoryArchiveStorage
public abstract class BaseArchiveStorage : IArchiveStorage
Thread Safety
Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.
Requirements
Namespace: ICSharpCode.SharpZipLib.Zip
Assembly: ICSharpCode.SharpZipLib (in ICSharpCode.SharpZipLib.dll)
See Also
BaseArchiveStorage Members | ICSharpCode.SharpZipLib.Zip Namespace