# File lib/zip/ioextras.rb, line 114
    def write(data)
      self << data
      data.to_s.length
    end