loadData: method

Should load a previously persisted data based on it's unique identifier The UID is returned upon succesfully persisting the data; it has to be managed by the caller in order to retrieve the persisted data.

Syntax

- ( NSData * ) loadData : ( NSString * ) uid_in

Parameters

Returns

valid data or nil if none found