| Noemax.FastInfoset Namespace > XmlFastInfosetReader Class > XmlFastInfosetReader Constructor : XmlFastInfosetReader Constructor(Stream,FastInfosetCompression) |
The stream containing the Fast Infoset encoded XML data to read.
'Declaration Public Function New( _ ByVal input As System.IO.Stream, _ ByVal compression As FastInfosetCompression _ )
'Usage Dim input As System.IO.Stream Dim compression As FastInfosetCompression Dim instance As New XmlFastInfosetReader(input, compression)
public XmlFastInfosetReader( System.IO.Stream input, FastInfosetCompression compression )
public XmlFastInfosetReader( input: System.IO.Stream; compression: FastInfosetCompression );
public function XmlFastInfosetReader( input : System.IO.Stream, compression : FastInfosetCompression );
public: XmlFastInfosetReader( System.IO.Stream* input, FastInfosetCompression compression )
public: XmlFastInfosetReader( System.IO.Stream^ input, FastInfosetCompression compression )
The stream containing the Fast Infoset encoded XML data to read.
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