WriteDirectFS
—externalising a network of objects to a direct
file storeThis example externalises a network of objects to a direct file store and then internalises them again. It demonstrates the persistence of a direct file store and the idea of the root stream.
RStoreWriteStream
: supports creation and
manipulation of a stream in a store
RStoreReadStream
: supports opening an
manipulation of a stream in a store
CDirectFileStore
: a direct file store
This example constructs and writes a network of objects to a permanent file store. Each object is then loaded back in, one at a time, its content displayed at the console and then destroyed.
RStoreWriteStream
: supports creation and
manipulation of a stream in a store
RStoreReadStream
: supports opening and
manipulation of a stream in a store
CPermanentFileStore
: a permanent file
store
RStoreWriteStream
: supports creation and
manipulation of a stream in a store
RStoreReadStream
: supports opening and
manipulation of a stream in a store
CPermanentFileStore
: a permanent file
store