class CFPropertyList::PlainParser
def read_binary
def read_binary @doc.scan(/(.*?)>/) hex_str = @doc[1].gsub(/ /, '') CFData.new([hex_str].pack("H*"), CFData::DATA_RAW) end
def read_binary @doc.scan(/(.*?)>/) hex_str = @doc[1].gsub(/ /, '') CFData.new([hex_str].pack("H*"), CFData::DATA_RAW) end