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



input

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

Initializes an instance of the XmlFastInfosetReader class.


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

Syntax

Visual Basic (Declaration) 
Overloads Public Sub Init( _
   ByVal input As Stream _
) 
Visual Basic (Usage)Copy Code
Dim instance As XmlFastInfosetReader
Dim input As Stream
 
instance.Init(input)
C# 
public void Init( 
   Stream input
)
C++/CLI 
public:
void Init( 
   Stream^ input
) 

Parameters

input

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

Remarks

Initializes the reader and sets it to use the provided stream as input.

This method allows the reuse of the XmlFastInfosetReader for reading from another stream.

Version Information

.NET Framework

Supported in: 3.5, 3.0, 2.0

.NET Compact Framework

Supported in: 3.5, 2.0

See Also