C# Class SevenZip.Compression.LZMA.Encoder.Optimal

显示文件 Open project: ME3Explorer/ME3Explorer

Public Properties

Property Type Description
BackPrev System.UInt32
BackPrev2 System.UInt32
Backs0 System.UInt32
Backs1 System.UInt32
Backs2 System.UInt32
Backs3 System.UInt32
PosPrev System.UInt32
PosPrev2 System.UInt32
Prev1IsChar bool
Prev2 bool
Price System.UInt32
State Base.State

Public Methods

Method Description
IsShortRep ( ) : bool
MakeAsChar ( ) : void
MakeAsShortRep ( ) : void

Method Details

IsShortRep() public method

public IsShortRep ( ) : bool
return bool

MakeAsChar() public method

public MakeAsChar ( ) : void
return void

MakeAsShortRep() public method

public MakeAsShortRep ( ) : void
return void

Property Details

BackPrev public_oe property

public UInt32,System BackPrev
return System.UInt32

BackPrev2 public_oe property

public UInt32,System BackPrev2
return System.UInt32

Backs0 public_oe property

public UInt32,System Backs0
return System.UInt32

Backs1 public_oe property

public UInt32,System Backs1
return System.UInt32

Backs2 public_oe property

public UInt32,System Backs2
return System.UInt32

Backs3 public_oe property

public UInt32,System Backs3
return System.UInt32

PosPrev public_oe property

public UInt32,System PosPrev
return System.UInt32

PosPrev2 public_oe property

public UInt32,System PosPrev2
return System.UInt32

Prev1IsChar public_oe property

public bool Prev1IsChar
return bool

Prev2 public_oe property

public bool Prev2
return bool

Price public_oe property

public UInt32,System Price
return System.UInt32

State public_oe property

public Base.State,SevenZip.Compression.LZMA State
return Base.State