saveStream

open fun saveStream(key: String, stream: InputStream): Boolean

Save value given as an input stream for the given key. NB: does not close provided input stream

Return

True - if successful, False - otherwise.

Parameters

key

Unique identifier.

stream

Stream to be persisted.