ICSharpCode.SharpZipLib.Zip.ZipFile.ZipUpdate.ZipUpdate C# (CSharp) Method

ZipUpdate() public method

public ZipUpdate ( IStaticDataSource dataSource, ZipEntry entry ) : System
dataSource IStaticDataSource
entry ZipEntry
return System
            public ZipUpdate(IStaticDataSource dataSource, ZipEntry entry) {
                command_=UpdateCommand.Add;
                entry_=entry;
                dataSource_=dataSource;
            }

Same methods

ZipFile.ZipUpdate::ZipUpdate ( UpdateCommand command, ZipEntry entry ) : System
ZipFile.ZipUpdate::ZipUpdate ( ZipEntry entry ) : System
ZipFile.ZipUpdate::ZipUpdate ( string fileName, ZipEntry entry ) : System
ZipFile.ZipUpdate