C# Class SevenZip.Compression.LZ.BinTree

Inheritance: InWindow, IMatchFinder
ファイルを表示 Open project: sgraf812/crystalmpq Class Usage Examples

Public Methods

Method Description
Create ( UInt32 historySize, UInt32 keepAddBufferBefore, UInt32 matchMaxLen, UInt32 keepAddBufferAfter ) : void
GetIndexByte ( Int32 index ) : Byte
GetMatchLen ( Int32 index, UInt32 distance, UInt32 limit ) : UInt32
GetMatches ( UInt32 distances ) : UInt32
GetNumAvailableBytes ( ) : UInt32
Init ( ) : void
MovePos ( ) : void
ReleaseStream ( ) : void
SetCutValue ( UInt32 cutValue ) : void
SetStream ( System stream ) : void
SetType ( int numHashBytes ) : void
Skip ( UInt32 num ) : void

Private Methods

Method Description
Normalize ( ) : void
NormalizeLinks ( UInt32 items, UInt32 numItems, UInt32 subValue ) : void

Method Details

Create() public method

public Create ( UInt32 historySize, UInt32 keepAddBufferBefore, UInt32 matchMaxLen, UInt32 keepAddBufferAfter ) : void
historySize System.UInt32
keepAddBufferBefore System.UInt32
matchMaxLen System.UInt32
keepAddBufferAfter System.UInt32
return void

GetIndexByte() public method

public GetIndexByte ( Int32 index ) : Byte
index System.Int32
return Byte

GetMatchLen() public method

public GetMatchLen ( Int32 index, UInt32 distance, UInt32 limit ) : UInt32
index System.Int32
distance System.UInt32
limit System.UInt32
return System.UInt32

GetMatches() public method

public GetMatches ( UInt32 distances ) : UInt32
distances System.UInt32
return System.UInt32

GetNumAvailableBytes() public method

public GetNumAvailableBytes ( ) : UInt32
return System.UInt32

Init() public method

public Init ( ) : void
return void

MovePos() public method

public MovePos ( ) : void
return void

ReleaseStream() public method

public ReleaseStream ( ) : void
return void

SetCutValue() public method

public SetCutValue ( UInt32 cutValue ) : void
cutValue System.UInt32
return void

SetStream() public method

public SetStream ( System stream ) : void
stream System
return void

SetType() public method

public SetType ( int numHashBytes ) : void
numHashBytes int
return void

Skip() public method

public Skip ( UInt32 num ) : void
num System.UInt32
return void