diff -r 000000000000 -r 89d6a7a84779 Symbian3/SDK/Source/GUID-7FF63B82-B719-5E42-B007-94E2FB9548CB.dita --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Symbian3/SDK/Source/GUID-7FF63B82-B719-5E42-B007-94E2FB9548CB.dita Thu Jan 21 18:18:20 2010 +0000 @@ -0,0 +1,28 @@ + + + + + +Memory +Stores example code +
StreamInStore: +stream creation in a non-persistent store

Description

The +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.

Download

Download +the example: StreamInStore.zip

Download some additional +files required by the example: CommonFramework.zip

View the source code: browse. View the additional file: browse

Class summary

    +
  • RStoreWriteStream - Supports the writing of a stream +to a store.

  • +
  • RStoreReadStream - Supports the opening and manipulation +of an existing stream in a store.

  • +
  • CBufStore - In-memory non-persistent store. The +buffer store does not have a root stream and cannot be closed without losing +all the data.

  • +
+
\ No newline at end of file