C# 클래스 System.IO.Compression.FastEncoderWindow

파일 보기 프로젝트 열기: hprose/hprose-dotnet 1 사용 예제들

공개 메소드들

메소드 설명
CopyBytes ( byte inputBuffer, int startIndex, int count ) : void
FastEncoderWindow ( ) : System
MoveWindows ( ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

CopyBytes() 공개 메소드

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

FastEncoderWindow() 공개 메소드

public FastEncoderWindow ( ) : System
리턴 System

MoveWindows() 공개 메소드

public MoveWindows ( ) : void
리턴 void