C# Class SevenZip.Compression.LZ.BinTree

Inheritance: InWindow, IMatchFinder
Afficher le fichier Open project: sgraf812/crystalmpq Class Usage Examples

Méthodes publiques

Méthode 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

Méthode Description
Normalize ( ) : void
NormalizeLinks ( UInt32 items, UInt32 numItems, UInt32 subValue ) : void

Method Details

Create() public méthode

public Create ( UInt32 historySize, UInt32 keepAddBufferBefore, UInt32 matchMaxLen, UInt32 keepAddBufferAfter ) : void
historySize System.UInt32
keepAddBufferBefore System.UInt32
matchMaxLen System.UInt32
keepAddBufferAfter System.UInt32
Résultat void

GetIndexByte() public méthode

public GetIndexByte ( Int32 index ) : Byte
index System.Int32
Résultat Byte

GetMatchLen() public méthode

public GetMatchLen ( Int32 index, UInt32 distance, UInt32 limit ) : UInt32
index System.Int32
distance System.UInt32
limit System.UInt32
Résultat System.UInt32

GetMatches() public méthode

public GetMatches ( UInt32 distances ) : UInt32
distances System.UInt32
Résultat System.UInt32

GetNumAvailableBytes() public méthode

public GetNumAvailableBytes ( ) : UInt32
Résultat System.UInt32

Init() public méthode

public Init ( ) : void
Résultat void

MovePos() public méthode

public MovePos ( ) : void
Résultat void

ReleaseStream() public méthode

public ReleaseStream ( ) : void
Résultat void

SetCutValue() public méthode

public SetCutValue ( UInt32 cutValue ) : void
cutValue System.UInt32
Résultat void

SetStream() public méthode

public SetStream ( System stream ) : void
stream System
Résultat void

SetType() public méthode

public SetType ( int numHashBytes ) : void
numHashBytes int
Résultat void

Skip() public méthode

public Skip ( UInt32 num ) : void
num System.UInt32
Résultat void