C# 클래스 ThemeEditor.Common.Compression.LZUtil

Class for I/O-related utility methods.
파일 보기 프로젝트 열기: usagirei/3DS-Theme-Editor 1 사용 예제들

비공개 메소드들

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