Symbian Developer Library

SYMBIAN OS V6.1 EXAMPLE CODE

[Index] [Previous] [Next]



File stores example code

These examples demonstrate aspects of streaming and file stores.


WriteDirectFS—externalising a network of objects to a direct file store

Found in: epoc32ex\Base\FileStores\WriteDirectFS


Description

This 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.


Usage

Run the example either under WINS or on the ARMI platform.


Classes used

[Top]


WritePermFS1—externalising a network of objects to a permanent file store

Found in: epoc32ex\Base\FileStores\WritePermFS1


Description

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.


Usage

Run the example either under WINS or on the ARMI platform.


Classes used

[Top]


WritePermFS2—externalising a network of objects to a permanent file store

Found in: epoc32ex\Base\FileStores\WritePermFS2


Description

This example shows further use of a permanent file store.


Usage

Run the example either under WINS or on the ARMI platform.


Classes used