C# Class ICSharpCode.SharpZipLib.Zip.ZipFile.ZipString

Show file Open project: fanfeilong/exceltk

Public Methods

Method Description
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.

Private Methods

Method Description
MakeBytesAvailable ( ) : void
MakeTextAvailable ( ) : void

Method Details

Reset() public method

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

ZipString() public method

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

ZipString() public method

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