# File lib/jammit/compressor.rb, line 248
    def read_binary_file(path)
      File.open(path, 'rb:UTF-8') {|f| f.read }
    end