diff -r 89d6a7a84779 -r 25a17d01db0c Symbian3/PDK/Source/GUID-C1C0E7DF-6519-5648-AE5E-6D149AF1A89A.dita --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Symbian3/PDK/Source/GUID-C1C0E7DF-6519-5648-AE5E-6D149AF1A89A.dita Fri Jan 22 18:26:19 2010 +0000 @@ -0,0 +1,37 @@ + + + + + +Using +a Converter +

File Converter Framework provides APIs to list and search for converters. +It also provides an observer interface through which the progress and success +or failure of the conversion can be reported.

+ +
Introduction

To convert a file or stream-based +object from one format to another, you must obtain a suitable converter from +the converter framework, request the converter to perform the conversion, +and clean up. You can optionally supply a conversion observer.

Note: A +converter handles the relevant source and target data types. It can handle +files or streams or both, so its capabilities must be checked.

+
Procedure
    +
  1. Get +a converter.

  2. +
  3. Request +for conversions.

  4. +
  5. Write +a conversion observer.

  6. +
+
+Writing a +Converter +File Converter +Framework Overview +
\ No newline at end of file