DataDirect XML Converters 5.0 Send comments on this topic.
OutputStreamResult Class
See Also  Members  
DDTek.XmlConverter Namespace : OutputStreamResult Class




An OutputStreamResult can be used to accept either non-XML or XML result data from a Converter.

Syntax

Visual Basic (Declaration) 
Public Class OutputStreamResult 
   Inherits Result
Visual Basic (Usage)Copy Code
Dim instance As OutputStreamResult
C# 
public class OutputStreamResult : Result 
Managed Extensions for C++ 
public __gc class OutputStreamResult : public Result 
C++/CLI 
public ref class OutputStreamResult : public Result 

Remarks

The OutputStreamResult should contain a Stream which has been opened for write access. The Converter will write byte data to the stream, but will not close it.

Inheritance Hierarchy

System.Object
   DDTek.XmlConverter.Result
      DDTek.XmlConverter.OutputStreamResult

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.