Loads raw data stored in the file system.
Syntax
public
abstract byte[]
loadRawData
(
String
key
) throws SDMPersistenceException, IllegalArgumentException
Parameters
-
key –
The key used for identifying the object and the input file.
Returns
The loaded raw data
Exceptions
-
SDMPersistenceException class –
if object can not be loaded for any reason.
-
IllegalArgumentException –
if parameter 'key' is null.