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