StreamInStore
—stream creation in a non-persistent
storeThe example shows objects being externalized to a single stream
in a non-persistent store. The store itself is an in-memory store represented
by a CBufStore
object.
RStoreWriteStream
: supports creation and
manipulation of a stream in a store
RStoreReadStream
: supports opening and
manipulation of a stream in a store
CBufStore
: an in-memory store