1 reference to AvailableBytes
System.IO.Compression (1)
System\IO\Compression\DeflateManaged\OutputWindow.cs (1)
88
length = Math.Min(Math.Min(length, WindowSize - _bytesUsed), input.
AvailableBytes
);