8 Contributors: |
8 Contributors: |
9 --> |
9 --> |
10 <!DOCTYPE concept |
10 <!DOCTYPE concept |
11 PUBLIC "-//OASIS//DTD DITA Concept//EN" "concept.dtd"> |
11 PUBLIC "-//OASIS//DTD DITA Concept//EN" "concept.dtd"> |
12 <concept id="GUID-BB67D4AA-EE75-559D-8180-D1BE923F22D8" xml:lang="en"><title>Streaming |
12 <concept id="GUID-BB67D4AA-EE75-559D-8180-D1BE923F22D8" xml:lang="en"><title>Streaming |
13 example code</title><prolog><metadata><keywords/></metadata></prolog><conbody> |
13 Example Code</title><shortdesc>The following examples demonstrate aspects of streaming.</shortdesc><prolog><metadata><keywords/></metadata></prolog><conbody> |
14 <p>These examples demonstrate aspects of streaming. </p> |
|
15 <section id="GUID-CAA3834A-2781-5259-A0BC-4D40F39595E4"><title>SimpleClass: |
14 <section id="GUID-CAA3834A-2781-5259-A0BC-4D40F39595E4"><title>SimpleClass: |
16 streaming a simple class to a single stream</title> <p><b>Description</b> </p> <p>This |
15 streaming a simple class to a single stream</title> <p><b>Description</b> </p> <p>This |
17 example shows the basic idea of streaming, i.e. externalizing a simple object |
16 example shows the basic idea of streaming, such as externalizing a simple |
18 to a stream using an <codeph>ExternalizeL()</codeph> function (or the <codeph><<</codeph> operator) |
17 object to a stream using an <codeph>ExternalizeL()</codeph> function (or the <codeph><<</codeph> operator) |
19 and internalizing an object from a stream using <codeph>InternalizeL()</codeph> function |
18 and internalizing an object from a stream using <codeph>InternalizeL()</codeph> function |
20 (or the <codeph>>></codeph> operator). </p> <p><b>Download</b> </p> <p>Download |
19 (or the <codeph>>></codeph> operator). </p> <p><b>Download</b> </p> <p>Download |
21 the example: <xref href="guid-6013a680-57f9-415b-8851-c4fa63356636/zips/guid-54324d6f-39fb-4543-a63e-c15f09a12605.zip" scope="external">SimpleClass.zip</xref> .</p><p>Download some additional files |
20 the example: <xref href="guid-6013a680-57f9-415b-8851-c4fa63356636/zips/guid-54324d6f-39fb-4543-a63e-c15f09a12605.zip" scope="external">SimpleClass.zip</xref> .</p><p>Download some additional files |
22 required by the example: <xref href="guid-6013a680-57f9-415b-8851-c4fa63356636/zips/guid-89fa6105-e749-4e5f-a233-a000e3b9390b.zip" scope="external">CommonFramework.zip</xref>.</p><p>View the source code: <xref href="guid-6013a680-57f9-415b-8851-c4fa63356636/guid-54324d6f-39fb-4543-a63e-c15f09a12605.html" scope="peer">browse</xref>. View the additional files: <xref href="guid-6013a680-57f9-415b-8851-c4fa63356636/guid-89fa6105-e749-4e5f-a233-a000e3b9390b.html" scope="peer">browse</xref>.</p> <p><b>Class summary</b></p><ul> |
21 required by the example: <xref href="guid-6013a680-57f9-415b-8851-c4fa63356636/zips/guid-89fa6105-e749-4e5f-a233-a000e3b9390b.zip" scope="external">CommonFramework.zip</xref>.</p><p>View the source code: <xref href="guid-6013a680-57f9-415b-8851-c4fa63356636/guid-54324d6f-39fb-4543-a63e-c15f09a12605.html" scope="peer">browse</xref>. View the additional files: <xref href="guid-6013a680-57f9-415b-8851-c4fa63356636/guid-89fa6105-e749-4e5f-a233-a000e3b9390b.html" scope="peer">browse</xref>.</p> <p><b>Class summary</b></p><ul> |
23 <li><p><xref href="GUID-346D4908-15C7-3F15-945F-D561E774022D.dita"><apiname>RStoreWriteStream</apiname></xref> - Supports the writing of a stream |
22 <li><p><xref href="GUID-346D4908-15C7-3F15-945F-D561E774022D.dita"><apiname>RStoreWriteStream</apiname></xref> - Supports the writing of a stream |