class CFPropertyList::Binary

def read_fd fd, length

def read_fd fd, length
  length > 0 ? fd.read(length) : ""
end