| Noemax.FastInfoset Namespace > XmlFastInfosetReader Class > Init Method : Init(Stream) Method |
The stream containing the Fast Infoset encoded XML data to read.
'Declaration Public Overloads Sub Init( _ ByVal input As System.IO.Stream _ )
'Usage Dim instance As XmlFastInfosetReader Dim input As System.IO.Stream instance.Init(input)
public void Init( System.IO.Stream input )
public procedure Init( input: System.IO.Stream );
public function Init( input : System.IO.Stream );
public: void Init( System.IO.Stream* input )
public: void Init( System.IO.Stream^ input )
The stream containing the Fast Infoset encoded XML data to read.
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.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2