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




stream
The Stream. It must be open with Read access.
Create an InputStreamSource, supplying a Stream from which the converter can read 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 InputStreamSource(stream)
C# 
public InputStreamSource( 
   Stream stream
)
Managed Extensions for C++ 
public: InputStreamSource( 
   Stream* stream
)
C++/CLI 
public:
InputStreamSource( 
   Stream^ stream
)

Parameters

stream
The Stream. It must be open with Read 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.