Copyright © 2006-2019 MultiMedia Soft

ZipMan class

Previous pageReturn to chapter overviewNext page

The ZipMan class, accessible through the control's ZIP property, allows managing archive files in ZIP format.

 

It can be used at Run-time in order to create, open and modify ZIP files. For details about using ZIP management refer to the How to manage ZIP files tutorial.

 

The ZipMan class is implemented through the following methods:

 

Methods

 

Close

Create

EntriesCountGet

EntryAdd

EntryAddFromMemory

EntryExtractToFile

EntryExtractToMemory

EntryNameGet

EntryRemove

EntryUncompressedSizeGet

IsProtected

Open

Save

 

 

 

 

 

Samples of use of the ZipMan class in Visual C#.NET and Visual Basic.NET can be found inside the following samples installed with the product's setup package:

- RecorderWmaProfiles

- SimpleMp3Rec

- RecordedSoundEditor