Method: CFPropertyList228::List#load_binary
- Defined in:
- lib/nixenvironment/CFPropertyList228/lib/cfpropertylist/rbCFPropertyList.rb
#load_binary(filename = nil) ⇒ Object
read a binary plist file
- filename = nil
-
The filename to read from; if nil, read from the file defined by instance variable
filename
270 271 272 |
# File 'lib/nixenvironment/CFPropertyList228/lib/cfpropertylist/rbCFPropertyList.rb', line 270 def load_binary(filename=nil) load(filename,List::FORMAT_BINARY) end |