C# Class System.IO.Compression.FastEncoderWindow

Show file Open project: hprose/hprose-dotnet Class Usage Examples

Public Methods

Method Description
CopyBytes ( byte inputBuffer, int startIndex, int count ) : void
FastEncoderWindow ( ) : System
MoveWindows ( ) : void

Private Methods

Method 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 method

public CopyBytes ( byte inputBuffer, int startIndex, int count ) : void
inputBuffer byte
startIndex int
count int
return void

FastEncoderWindow() public method

public FastEncoderWindow ( ) : System
return System

MoveWindows() public method

public MoveWindows ( ) : void
return void