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



input
The stream containing the Fast Infoset encoded XML data.
Creates a new XmlReader instance for reading the Fast Infoset encoded XML stream.


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

Syntax

Visual Basic (Declaration) 
Overloads Public Shared Function Create( _
   ByVal input As Stream _
) As XmlReader
Visual Basic (Usage)Copy Code
Dim input As Stream
Dim value As XmlReader
 
value = XmlFastInfosetReader.Create(input)
C# 
public static XmlReader Create( 
   Stream input
)
C++/CLI 
public:
static XmlReader Create( 
   Stream^ input
) 

Parameters

input
The stream containing the Fast Infoset encoded XML data.

Return Value

An XmlReader object to read the Fast Infoset encoded XML data.

Version Information

.NET Framework

Supported in: 3.5, 3.0, 2.0

.NET Compact Framework

Supported in: 3.5, 2.0

See Also