diff -r 51a74ef9ed63 -r ae94777fff8f Symbian3/SDK/Source/GUID-2D93660B-8206-5D20-85F5-6FFCF4549127.dita --- a/Symbian3/SDK/Source/GUID-2D93660B-8206-5D20-85F5-6FFCF4549127.dita Wed Mar 31 11:11:55 2010 +0100 +++ b/Symbian3/SDK/Source/GUID-2D93660B-8206-5D20-85F5-6FFCF4549127.dita Fri Jun 11 12:39:03 2010 +0100 @@ -1,35 +1,35 @@ - - - - - -Persistent -storesA store is persistent if you can close it, re-open it, and then -gain access to the same data. -

A persistent store has the concept of a root stream. The root stream is, -in effect, the starting point from which all others streams within the store -can be found.

-

Before closing a persistent store you have created, you must set the ID -of the root stream. After you have opened the persistent store, the first -thing you must do is look up the root stream ID. You can then open the root -stream and start reading data from the store.

-

Persistent stores are represented by the abstract class CPersistentStore. -This class, derived from CStreamStore has the root stream -ID and expands on the abstract framework provided by CStreamStore, -by adding behaviour for setting and retrieving the root stream ID.

-

File stores are an example of persistent stores.

-

The following diagram shows the idea of a persistent store with a root -stream:

- -Persistent store with a root stream - - -
See also

File -stores

+ + + + + +Persistent +storesA store is persistent if you can close it, re-open it, and then +gain access to the same data. +

A persistent store has the concept of a root stream. The root stream is, +in effect, the starting point from which all others streams within the store +can be found.

+

Before closing a persistent store you have created, you must set the ID +of the root stream. After you have opened the persistent store, the first +thing you must do is look up the root stream ID. You can then open the root +stream and start reading data from the store.

+

Persistent stores are represented by the abstract class CPersistentStore. +This class, derived from CStreamStore has the root stream +ID and expands on the abstract framework provided by CStreamStore, +by adding behaviour for setting and retrieving the root stream ID.

+

File stores are an example of persistent stores.

+

The following diagram shows the idea of a persistent store with a root +stream:

+ +Persistent store with a root stream + + +
See also

File +stores

\ No newline at end of file