Reads a property list from the specified input stream object.
Syntax
load( properties , stream )
properties.list( inputstream )
Parameters
properties
|
properties object to load input.
|
inputstream
|
input stream object to input from.
|
Returns
Example
proplist.load( istream )
|