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




An InputStreamResult can be used to read byte stream result data from a to-XML or from-XML Converter.

Syntax

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

Remarks

This is useful when building a pipeline where one element of the pipeline will read byte stream data from a Converter object. The caller creates an empty InputStreamResult using the default constructor. The caller starts the conversion by calling the method: Convert After the call, the result object will contain a Stream object which is open for reading. The caller then uses the property InputStream to get the Stream, reads the result data from the stream, and closes it..

Inheritance Hierarchy

System.Object
   DDTek.XmlConverter.Result
      DDTek.XmlConverter.InputStreamResult

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.