# File lib/mongo/grid/file/info.rb, line 214
        def update_md5(bytes)
          md5.update(bytes) if md5
        end