static private GetOccurrenceLength ( byte newPtr, int newLength, byte oldPtr, int oldLength, int &disp, int minDisp = 1 ) : int | ||
newPtr | byte | The start of the data that needs to be compressed. |
newLength | int | /// The number of bytes that still need to be compressed. /// (or: the maximum number of bytes that _may_ be compressed into one block) /// |
oldPtr | byte | The start of the raw file. |
oldLength | int | The number of bytes already compressed. |
disp | int | The offset of the start of the longest block to refer to. |
minDisp | int | The minimum allowed value for 'disp'. |
Результат | int |