Noemax FastInfoset.NET Report an issue | Discuss in forums
XmlFastInfosetReader Constructor(Stream)
See Also 
Noemax.FastInfoset Assembly > Noemax.FastInfoset Namespace > XmlFastInfosetReader Class > XmlFastInfosetReader Constructor : XmlFastInfosetReader Constructor(Stream)



input

The stream containing the Fast Infoset encoded XML data to read.

Initializes a new instance of the XmlFastInfosetReader class.


Namespace: Noemax.FastInfoset
Assembly: Noemax.FastInfoset (in Noemax.FastInfoset.dll)

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal input As Stream _
)
Visual Basic (Usage)Copy Code
Dim input As Stream
 
Dim instance As XmlFastInfosetReader(input)
C# 
public XmlFastInfosetReader( 
   Stream input
)
C++/CLI 
public:
XmlFastInfosetReader( 
   Stream^ input
)

Parameters

input

The stream containing the Fast Infoset encoded XML data to read.

Version Information

.NET Framework

Supported in: 3.5, 3.0, 2.0

.NET Compact Framework

Supported in: 3.5, 2.0

See Also