Stores a raw data in the file system.
Syntax
public
abstract void
storeRawData
(
String
key
,
byte[]
data
) throws SDMPersistenceException, IllegalArgumentException
Parameters
-
key –
The key used for identifying the object and as a name for the output file.
-
data –
The data to store
Exceptions
-
SDMPersistenceException class –
if the data can not be persisted for any reason.
-
IllegalArgumentException –
if parameter 'data' or parameter 'key' is null, or parameter 'key' contains illegal characters.