Symbian Developer Library

SYMBIAN OS V6.1 EXAMPLE CODE

[Index] [Previous] [Next]



Streaming example code

These examples demonstrate how to stream data.


SimpleClass—streaming a simple class to a single stream

Found in: epoc32ex\Base\Streaming\SimpleClass


Description

This example shows the basic idea of streaming, i.e. externalizing a simple object to a stream using an ExternalizeL() function (or the << operator) and internalizing an object from a stream using InternalizeL() function (or the >> operator).


Usage

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


Classes used

[Top]


CompoundClass—streaming a compound class to a single stream

Found in: epoc32ex\Base\Streaming\CompoundClass


Description

This example shows how a compound object is externalized to and internalized from a single stream.


Usage

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


Classes used