diff -r 48780e181b38 -r 578be2adaf3e Symbian3/PDK/Source/GUID-BB67D4AA-EE75-559D-8180-D1BE923F22D8.dita --- a/Symbian3/PDK/Source/GUID-BB67D4AA-EE75-559D-8180-D1BE923F22D8.dita Tue Jul 20 12:00:49 2010 +0100 +++ b/Symbian3/PDK/Source/GUID-BB67D4AA-EE75-559D-8180-D1BE923F22D8.dita Fri Aug 13 16:47:46 2010 +0100 @@ -1,37 +1,37 @@ - - - - - -Streaming -Example CodeThe following examples demonstrate aspects of streaming. -
SimpleClass: -streaming a simple class to a single stream

Description

This -example shows the basic idea of streaming, such as 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).

Download

Download -the example: SimpleClass.zip .

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

View the source code: browse. View the additional files: 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.

  • -
-
CompoundClass: -streaming a compound class to a single stream

Description

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

Download

Download the example: CompoundClass.zip.

Download some additional -files required by the example: CommonFramework.

View the source code: browse. View the additional files: 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.

  • -
+ + + + + +Streaming +Example CodeThe following examples demonstrate aspects of streaming. +
SimpleClass: +streaming a simple class to a single stream

Description

This +example shows the basic idea of streaming, such as 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).

Download

Download +the example: SimpleClass.zip .

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

View the source code: browse. View the additional files: 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.

  • +
+
CompoundClass: +streaming a compound class to a single stream

Description

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

Download

Download the example: CompoundClass.zip.

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

View the source code: browse. View the additional files: 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.

  • +
\ No newline at end of file