C# 클래스 ICSharpCode.SharpZipLib.Zip.TestStatus

Status returned returned by ZipTestResultHandler during testing.
파일 보기 프로젝트 열기: fanfeilong/exceltk 1 사용 예제들

공개 메소드들

메소드 설명
TestStatus ( ZipFile file ) : System

Initialise a new instance of TestStatus

비공개 메소드들

메소드 설명
AddError ( ) : void
SetBytesTested ( long value ) : void
SetEntry ( ZipEntry entry ) : void
SetOperation ( TestOperation operation ) : void

메소드 상세

TestStatus() 공개 메소드

Initialise a new instance of TestStatus
public TestStatus ( ZipFile file ) : System
file ZipFile The this status applies to.
리턴 System