1 instantiation of FastEncoderWindow
System (1)
sys\System\IO\compression\FastEncoder.cs (1)
13
inputWindow = new
FastEncoderWindow
();
4 references to FastEncoderWindow
System (4)
sys\System\IO\compression\FastEncoder.cs (4)
8
private
FastEncoderWindow
inputWindow; // input history window
135
Debug.Assert(matchLen >=
FastEncoderWindow
.MinMatch && matchLen <=
FastEncoderWindow
.MaxMatch, "Illegal currentMatch length!");
139
uint codeInfo = FastEncoderStatics.FastEncoderLiteralCodeInfo[(FastEncoderStatics.NumChars + 1 -
FastEncoderWindow
.MinMatch) + matchLen];