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



input

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

nameTable

The XmlNameTable to use.

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 nameTable As XmlNameTable, _
   ByVal closeInput As Boolean _
)
Visual Basic (Usage)Copy Code
Dim input As Stream
Dim nameTable As XmlNameTable
Dim closeInput As Boolean
 
Dim instance As XmlFastInfosetReader(input, nameTable, closeInput)
C# 
public XmlFastInfosetReader( 
   Stream input,
   XmlNameTable nameTable,
   bool closeInput
)
C++/CLI 
public:
XmlFastInfosetReader( 
   Stream^ input,
   XmlNameTable nameTable,
   bool closeInput
)

Parameters

input

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

nameTable

The XmlNameTable to use.

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