# File MIME/types.rb, line 283
        def binary?
            (@encoding == 'base64') || (@encoding == 'binary')
        end