# File lib/zip/zip.rb, line 1729
      def initialize(binstr = nil)
        @uid = 0
        @gid = 0
        binstr and merge(binstr)
      end