class CFPropertyList::List

def load_binary_str(str=nil)

str:: The string containing the plist
load a plist from a binary string
def load_binary_str(str=nil)
  load_str(str,List::FORMAT_BINARY)
end