# File lib/zip/zip.rb, line 1760
    def initialize(binstr = nil)
      binstr and merge(binstr)
    end