C# 클래스 ICSharpCode.SharpZipLib.Zip.ZipFile.ZipUpdate

파일 보기 프로젝트 열기: fanfeilong/exceltk

공개 메소드들

메소드 설명
GetSource ( ) : Stream
ZipUpdate ( IStaticDataSource dataSource, ZipEntry entry ) : System
ZipUpdate ( UpdateCommand command, ZipEntry entry ) : System
ZipUpdate ( ZipEntry entry ) : System

Copy an existing entry.

ZipUpdate ( string fileName, ZipEntry entry ) : System

메소드 상세

GetSource() 공개 메소드

public GetSource ( ) : Stream
리턴 Stream

ZipUpdate() 공개 메소드

public ZipUpdate ( IStaticDataSource dataSource, ZipEntry entry ) : System
dataSource IStaticDataSource
entry ZipEntry
리턴 System

ZipUpdate() 공개 메소드

public ZipUpdate ( UpdateCommand command, ZipEntry entry ) : System
command UpdateCommand
entry ZipEntry
리턴 System

ZipUpdate() 공개 메소드

Copy an existing entry.
public ZipUpdate ( ZipEntry entry ) : System
entry ZipEntry The existing entry to copy.
리턴 System

ZipUpdate() 공개 메소드

public ZipUpdate ( string fileName, ZipEntry entry ) : System
fileName string
entry ZipEntry
리턴 System