diff -r 48780e181b38 -r 578be2adaf3e Symbian3/PDK/Source/GUID-EEA5F7C6-8916-5FB9-8367-002F41A576D4.dita --- a/Symbian3/PDK/Source/GUID-EEA5F7C6-8916-5FB9-8367-002F41A576D4.dita Tue Jul 20 12:00:49 2010 +0100 +++ b/Symbian3/PDK/Source/GUID-EEA5F7C6-8916-5FB9-8367-002F41A576D4.dita Fri Aug 13 16:47:46 2010 +0100 @@ -1,35 +1,35 @@ - - - - - -Memory -StoresIntroduces in-RAM stores. -

A memory store is a non-persistent store and is implemented entirely within -RAM. It implements many of the operations defined by the store abstract framework; -existing streams within the store can be changed.

-

Specifically, streams in a memory store can be:

- -

Overwriting an existing stream can result in a shorter stream; however, -a stream cannot be extended beyond its original length. Replacing a stream -can result in a stream which is longer or shorter than the original.

-

The order in which streams are written to a memory store is not important -as streams can be changed and rewritten.

-

The CBufStore class encapsulates an in-memory non-persistent -store.

-
See also

Introduction -to Stores

+ + + + + +Memory +StoresIntroduces in-RAM stores. +

A memory store is a non-persistent store and is implemented entirely within +RAM. It implements many of the operations defined by the store abstract framework; +existing streams within the store can be changed.

+

Specifically, streams in a memory store can be:

+
    +
  • overwritten

  • +
  • replaced

  • +
  • appended

  • +
  • deleted

  • +
  • created in advance of +being written to.

  • +
+

Overwriting an existing stream can result in a shorter stream; however, +a stream cannot be extended beyond its original length. Replacing a stream +can result in a stream which is longer or shorter than the original.

+

The order in which streams are written to a memory store is not important +as streams can be changed and rewritten.

+

The CBufStore class encapsulates an in-memory non-persistent +store.

+
See also

Introduction +to Stores

\ No newline at end of file