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



input

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

closeInput
Specifies whether the reader should close the input stream when closed.
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, _
   ByVal closeInput As Boolean _
)
Visual Basic (Usage)Copy Code
Dim input As Stream
Dim closeInput As Boolean
 
Dim instance As XmlFastInfosetReader(input, closeInput)
C# 
public XmlFastInfosetReader( 
   Stream input,
   bool closeInput
)
C++/CLI 
public:
XmlFastInfosetReader( 
   Stream^ input,
   bool closeInput
)

Parameters

input

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

closeInput
Specifies whether the reader should close the input stream when closed.

Version Information

.NET Framework

Supported in: 3.5, 3.0, 2.0

.NET Compact Framework

Supported in: 3.5, 2.0

See Also