1 write to output
System (1)
sys\System\IO\compression\Inflater.cs (1)
97
output
= new OutputWindow();
8 references to output
System (8)
sys\System\IO\compression\Inflater.cs (8)
136
return
output
.AvailableBytes;
151
int copied =
output
.CopyTo(bytes, offset, length);
171
if(
output
.AvailableBytes == 0) {
343
int bytesCopied =
output
.CopyFrom(input, blockLength);
357
if(
output
.FreeBytes == 0) {
373
int freeBytes =
output
.FreeBytes; // it is a little bit faster than frequently accessing the property
389
output
.Write((byte)symbol);
472
output
.WriteLengthDistance(length, offset);