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




stream
The Stream. It must be open with write access.
Create an OutputStreamResult, supplying a Stream to which the converter can write byte data.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal stream As Stream _
)
Visual Basic (Usage)Copy Code
Dim stream As Stream
 
Dim instance As OutputStreamResult(stream)
C# 
public OutputStreamResult( 
   Stream stream
)
Managed Extensions for C++ 
public: OutputStreamResult( 
   Stream* stream
)
C++/CLI 
public:
OutputStreamResult( 
   Stream^ stream
)

Parameters

stream
The Stream. It must be open with write access.

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.