1 write to _output
System.IO.Compression (1)
System\IO\Compression\DeflateManaged\InflaterManaged.cs (1)
79
_output
= new OutputWindow();
9 references to _output
System.IO.Compression (9)
System\IO\Compression\DeflateManaged\InflaterManaged.cs (9)
96
public int AvailableOutput =>
_output
.AvailableBytes;
109
copied =
_output
.CopyTo(bytes);
116
copied =
_output
.CopyTo(bytes);
122
_output
.ClearBytesUsed();
307
int bytesCopied =
_output
.CopyFrom(_input, _blockLength);
321
if (
_output
.FreeBytes == 0)
339
int freeBytes =
_output
.FreeBytes; // it is a little bit faster than frequently accessing the property
363
_output
.Write((byte)symbol);
466
_output
.WriteLengthDistance(_length, offset);