ICSharpCode.SharpZipLib.Zip.ZipFile.ZipUpdate.ZipUpdate C# (CSharp) 메소드

ZipUpdate() 공개 메소드

public ZipUpdate ( IStaticDataSource dataSource, ZipEntry entry ) : System
dataSource IStaticDataSource
entry ZipEntry
리턴 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