class Zip::ExtraField::Zip64

def merge(binstr)

def merge(binstr)
  return if binstr.empty?
  _, @content = initial_parse(binstr)
end