DataDirect XML Converters 5.0 Send comments on this topic.
GetOutputStream Method
See Also 
DDTek.XmlConverter Namespace > Converter Interface : GetOutputStream Method




result
A Result which identifies where the converted data should be written.
Get a Stream which can receive data to be converted to XML or non-XML format.

Syntax

Visual Basic (Declaration) 
Function GetOutputStream( _
   ByVal result As Result _
) As Stream
Visual Basic (Usage)Copy Code
Dim instance As Converter
Dim result As Result
Dim value As Stream
 
value = instance.GetOutputStream(result)
C# 
Stream GetOutputStream( 
   Result result
)
Managed Extensions for C++ 
Stream* GetOutputStream( 
   Result* result
) 
C++/CLI 
Stream^ GetOutputStream( 
   Result^ result
) 

Parameters

result
A Result which identifies where the converted data should be written.

Return Value

An XMLStreamWriter which can receive XML data.

Remarks

This method returns an Stream to the application. The application can then write data to the Stream and Close it. Once the Stream is closed, the converter will convert the data and write it to the Result object.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2009 All Rights Reserved.