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

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

공개 메소드들

메소드 설명
Reset ( ) : void

Reset the comment to its initial state.

ZipString ( byte rawString ) : System

Initialise a ZipString using a string in its binary 'raw' form.

ZipString ( string comment ) : System

Initialise a ZipString with a string.

비공개 메소드들

메소드 설명
MakeBytesAvailable ( ) : void
MakeTextAvailable ( ) : void

메소드 상세

Reset() 공개 메소드

Reset the comment to its initial state.
public Reset ( ) : void
리턴 void

ZipString() 공개 메소드

Initialise a ZipString using a string in its binary 'raw' form.
public ZipString ( byte rawString ) : System
rawString byte
리턴 System

ZipString() 공개 메소드

Initialise a ZipString with a string.
public ZipString ( string comment ) : System
comment string The textual string form.
리턴 System