# File lib/zip/ioextras.rb, line 124
    def printf(aFormatString, *params)
      self << sprintf(aFormatString, *params)
    end