1 write to _output
System.IO.Compression (1)
System\IO\Compression\DeflateManaged\InflaterManaged.cs (1)
85
_output
= new OutputWindow();
9 references to _output
System.IO.Compression (9)
System\IO\Compression\DeflateManaged\InflaterManaged.cs (9)
102
public int AvailableOutput =>
_output
.AvailableBytes;
115
copied =
_output
.CopyTo(bytes);
122
copied =
_output
.CopyTo(bytes);
128
_output
.ClearBytesUsed();
313
int bytesCopied =
_output
.CopyFrom(_input, _blockLength);
327
if (
_output
.FreeBytes == 0)
345
int freeBytes =
_output
.FreeBytes; // it is a little bit faster than frequently accessing the property
370
_output
.Write((byte)symbol);
473
_output
.WriteLengthDistance(_length, offset);