2 references to BytesAvailable
System (2)
sys\System\IO\compression\FastEncoder.cs (2)
19
return inputWindow.
BytesAvailable
;
99
while (inputWindow.
BytesAvailable
> 0 && SafeToWriteTo(output)) {