C# Класс ThemeEditor.Common.Compression.LZUtil

Class for I/O-related utility methods.
Показать файл Открыть проект Примеры использования класса

Приватные методы

Метод Описание
GetOccurrenceLength ( byte newPtr, int newLength, byte oldPtr, int oldLength, int &disp, int minDisp = 1 ) : int

Determine the maximum size of a LZ-compressed block starting at newPtr, using the already compressed data starting at oldPtr. Takes O(inLength * oldLength) = O(n^2) time.