# File lib/cfpropertylist/rbBinaryCFPropertyList.rb, line 203
    def read_fd fd, length
      length > 0 ? fd.read(length) : ""
    end