FastInfoset.NET Class Reference for Mono
XmlFastInfosetReader Constructor(Stream)






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

Initializes a new instance of the XmlFastInfosetReader class.
Syntax
'Declaration
 
Public Function New( _
   ByVal input As System.IO.Stream _
)
'Usage
 
Dim input As System.IO.Stream
 
Dim instance As New XmlFastInfosetReader(input)
public XmlFastInfosetReader( 
   System.IO.Stream input
)
public XmlFastInfosetReader( 
    input: System.IO.Stream
); 
public function XmlFastInfosetReader( 
   input : System.IO.Stream
);
public: XmlFastInfosetReader( 
   System.IO.Stream* input
)
public:
XmlFastInfosetReader( 
   System.IO.Stream^ input
)

Parameters

input

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

Requirements

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

See Also

Reference

XmlFastInfosetReader Class
XmlFastInfosetReader Members
Overload List

Send Feedback