Skip Ribbon Commands
Skip to main content

Mount Zip Library

:

Pack your application generated files into single zip archive document and access them as unzipped files like virtual folder.
Shetab.Packer Namespace
ShetabPackerHelper Generated Documentation

Shetab.Packer Namespace

Classes

Class Description
PackerHelper PackerHelper class create's and initialize Shetab Mount Zip Library's objects for use
IBoxManager Manage Boxes for mount and un-mount.
IZipStream IZipStream derived from IBoxStream for support reading and writing data in zip stream object. see IStream interface in MSDN.
IBoxStream The IBoxStream interface lets you read and write data to stream objects. Shetab Mount Zip Library mount any object that implement this interface. Shetab Mount Zip library already implement this interface with zip functionality in IZipStream. The base interface is IStream, Please read IStream MSDN for more information.
EncryptionMethodEnum The encryption method.
IZipStorage The IZipStorage interface supports the creation and management of zip file. The IZipStorage derived from IStorage and Shetab Mount Zip Library implements it for zip file.
IBoxStorage The IBoxStorage interface lets you read and write data to stream objects. it act as folder in structured storage. Shetab Mount Zip Library mount any object that implement this interface. Shetab Mount Zip library already implement this interface with zip functionality in IZipStorage. The base interface is IStorage, Please read IStream MSDN for more information.
IStorage See IStorage documents in MSDN. it works in this program with zip files
ComStream The ComStream Convert IStream to .NET Stream.
PathExist Status of path in box storage.
STGM See STGM documents in MSDN.
IPacker Contain method for creating Shetab Mount Zip Library objects.
ComIStream Stream to IStream wrapper for COM interoperation.
IEnumSTATSTG See IEnumSTATSTG documents in MSDN.