3 references to ReadDeflateOutput
System.IO.Compression (3)
System\IO\Compression\DeflateZLib\Deflater.cs (3)
124ReadDeflateOutput(outputBuffer, ZFlushCode.NoFlush, out bytesRead); 161ZErrorCode errC = ReadDeflateOutput(outputBuffer, ZFlushCode.Finish, out bytesRead); 179return ReadDeflateOutput(outputBuffer, ZFlushCode.SyncFlush, out bytesRead) == ZErrorCode.Ok;