C# Class System.IO.Compression.FastEncoderWindow

Afficher le fichier Open project: hprose/hprose-dotnet Class Usage Examples

Méthodes publiques

Méthode Description
CopyBytes ( byte inputBuffer, int startIndex, int count ) : void
FastEncoderWindow ( ) : System
MoveWindows ( ) : void

Private Methods

Méthode Description
FindMatch ( int search, int &matchPos, int searchDepth, int niceLength ) : int
GetNextSymbolOrMatch ( Match match ) : bool
HashValue ( uint hash, byte b ) : uint
InsertString ( uint &hash ) : uint
InsertStrings ( uint &hash, int matchLen ) : void

Method Details

CopyBytes() public méthode

public CopyBytes ( byte inputBuffer, int startIndex, int count ) : void
inputBuffer byte
startIndex int
count int
Résultat void

FastEncoderWindow() public méthode

public FastEncoderWindow ( ) : System
Résultat System

MoveWindows() public méthode

public MoveWindows ( ) : void
Résultat void