Noemax FastInfoset.NET
Create Method
See Also  Send Feedback
Noemax.FastInfoset Namespace > XmlFastInfosetReader Class : Create Method






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

Overload List

OverloadDescription
Create(Stream)Creates a new XmlReader instance for reading the Fast Infoset encoded XML stream.  
Create(String)Creates a new XmlReader instance for reading the Fast Infoset encoded XML file.  
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,FastInfosetCompression)Creates a new XmlReader instance for reading the Fast Infoset encoded XML file using an XmlReaderSettings object.  
Create(Stream,FastInfosetCompression)Creates a new XmlReader instance for reading the Fast Infoset encoded XML stream.  
Create(Stream,XmlReaderSettings,FastInfosetCompression)Creates a new XmlReader instance for reading the Fast Infoset encoded XML file using an XmlReaderSettings object.  
Create(String,XmlReaderSettings,FastInfosetCompression)Creates a new XmlReader instance for reading the Fast Infoset encoded XML file using an XmlReaderSettings object.  

See Also