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



Creates a new XmlReader instance for reading the Fast Infoset encoded XML stream.


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

Overload List

OverloadDescription
Create(Stream) Creates a new XmlReader instance for reading the Fast Infoset encoded XML stream.  
Create(Stream,XmlReaderSettings) Creates a new XmlReader instance for reading the Fast Infoset encoded XML stream using an XmlReaderSettings object.  
Create(String,XmlReaderSettings) Creates a new XmlReader instance for reading the Fast Infoset encoded XML file using an XmlReaderSettings object.  
Create(String) Creates a new XmlReader instance for reading the Fast Infoset encoded XML file.  

Version Information

.NET Framework

Supported in: 3.5, 3.0, 2.0

.NET Compact Framework

Supported in: 3.5, 2.0

See Also