Modified:
/RenderersCustom.wiki
=======================================
--- /RenderersCustom.wiki Mon Dec 13 14:45:16 2010
+++ /RenderersCustom.wiki Mon Dec 13 14:48:29 2010
@@ -12,3 +12,6 @@
<Representation renderer="newformat name" library="newformat.dll"
pattern=".newformat" mimetype="application/octet-stream" />
When new representation is accessed using URI
like "http://../rest/data/property.newformat" library "newformat.dll" is
loaded and new renderer is executed.
+
+Renderer library has to export function 'Content2Stream(void*
DataReader,void* OutStream);'
+First parameter DataReader is pointer to c_RestdataReader class and second
parameter OutStream is pointer to' std::ostream'.