diff options
Diffstat (limited to 'devel-docs')
-rw-r--r-- | devel-docs/camel/tmpl/camel-data-wrapper.sgml | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/devel-docs/camel/tmpl/camel-data-wrapper.sgml b/devel-docs/camel/tmpl/camel-data-wrapper.sgml new file mode 100644 index 0000000000..6fce9eb128 --- /dev/null +++ b/devel-docs/camel/tmpl/camel-data-wrapper.sgml @@ -0,0 +1,26 @@ +<!-- ##### SECTION Title ##### --> +CamelDataWrapper + +<!-- ##### SECTION Short_Description ##### --> +data container with streaming methods + +<!-- ##### SECTION Long_Description ##### --> +<para> +A CamelDataWrapper is wrapper around data which can save them to a stream +and restore them from a stream. +</para> + +<!-- ##### SECTION See_Also ##### --> +<para> + +</para> + +<!-- ##### FUNCTION camel_data_wrapper_write_to_stream ##### --> +<para> + +</para> + +@data_wrapper: +@stream: + + |