C# Класс System.IO.Compression.FastEncoderWindow

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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