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