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






Creates a new XmlWriter instance for writing Fast Infoset encoded XML into the specified stream.

Overload List

OverloadDescription
Create(Stream)Creates a new XmlWriter instance for writing Fast Infoset encoded XML into the specified stream.  
Create(String)Creates a new XmlWriter instance for writing Fast Infoset encoded XML into the specified file.  
Create(Stream,XmlWriterSettings)Creates a new XmlWriter instance for writing Fast Infoset encoded XML into the specified stream using an XmlWriterSettings object.  
Create(String,XmlWriterSettings)Creates a new XmlWriter instance for writing Fast Infoset encoded XML into the specified stream using an XmlWriterSettings object.  
Create(Stream,FastInfosetCompression,Int32)Creates a new XmlWriter instance for writing Fast Infoset encoded XML into the specified stream using an XmlWriterSettings object.  
Create(String,FastInfosetCompression,Int32)Creates a new XmlWriter instance for writing Fast Infoset encoded XML into the specified file.  
Create(Stream,XmlWriterSettings,FastInfosetCompression,Int32)Creates a new XmlWriter instance for writing Fast Infoset encoded XML into the specified stream using an XmlWriterSettings object.  
Create(String,XmlWriterSettings,FastInfosetCompression,Int32)Creates a new XmlWriter instance for writing Fast Infoset encoded XML into the specified stream using an XmlWriterSettings object.  

See Also