This overrides Tempfile#binmode to make sure that the extenal encoding for
binary mode is ASCII-8BIT. This behavior is what's in CRuby, but not in
JRuby
Calls superclass method
# File lib/paperclip/tempfile.rb, line 34defbinmodeset_encoding('ASCII-8BIT')
superend