C# Class SevenZip.Compression.LZMA.Base.State

显示文件 Open project: SteamDatabase/ValveResourceFormat Class Usage Examples

Public Properties

Property Type Description
Index uint

Public Methods

Method Description
Init ( ) : void
IsCharState ( ) : bool
UpdateChar ( ) : void
UpdateMatch ( ) : void
UpdateRep ( ) : void
UpdateShortRep ( ) : void

Method Details

Init() public method

public Init ( ) : void
return void

IsCharState() public method

public IsCharState ( ) : bool
return bool

UpdateChar() public method

public UpdateChar ( ) : void
return void

UpdateMatch() public method

public UpdateMatch ( ) : void
return void

UpdateRep() public method

public UpdateRep ( ) : void
return void

UpdateShortRep() public method

public UpdateShortRep ( ) : void
return void

Property Details

Index public_oe property

public uint Index
return uint