storeDataStream(String, InputStream) method

Stores a data stream, in the file system.

Syntax

public abstract void storeDataStream (
    String key,
    InputStream stream
) throws SDMPersistenceException, IllegalArgumentException

Parameters

Exceptions