Click or drag to resize

ZipFileBeginUpdate Method (IArchiveStorage, IDynamicDataSource)

Namespace:  ICSharpCode.SharpZipLib.Zip
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public void BeginUpdate(
	IArchiveStorage archiveStorage,
	IDynamicDataSource dataSource
)

Parameters

archiveStorage
Type: ICSharpCode.SharpZipLib.ZipIArchiveStorage
dataSource
Type: ICSharpCode.SharpZipLib.ZipIDynamicDataSource
See Also