Symbian Developer Library

SYMBIAN OS V6.1 EXAMPLE CODE

[Index] [Previous] [Next]



Store streams example code


WriteToMany—externalizing to more than one stream/deferred loading

Found in: epoc32ex\Base\Streams\WriteToMany


Description

This example shows how a network of objects can be written to more than one stream in a direct file store, and how the loading of an object from the store into memory may be deferred.


Usage

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


Classes used

[Top]


WriteToEmbedded—using an embedded store

Found in: epoc32ex\Base\Streams\WriteToEmbedded


Description

This example shows how an object can be externalized to a store embedded within a permanent file store.


Usage

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


Classes used

[Top]


StoreMap—using a store map

Found in: epoc32ex\Base\Streams\StoreMap


Description

This example demonstrates the streaming of a compound object to multiple streams with deferred loading. It also illustrates the use of a store map (CStoreMap).


Usage

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


Classes used