Noemax FastInfoset.NET
CreateWriter Method
See Also  Send Feedback
Noemax.FastInfoset Namespace > XmlFastInfosetFactory Class : CreateWriter Method






Creates a new or reuses an existing instance of XmlFastInfosetWriter.

Overload List

OverloadDescription
CreateWriter() Creates a new or reuses an existing instance of XmlFastInfosetWriter.  
CreateWriter(Stream) Creates a new or reuses an existing instance of XmlFastInfosetWriter.  
CreateWriter(String) Creates a new or reuses an existing instance of XmlFastInfosetWriter.  
CreateWriter(Stream,XmlWriterSettings) Creates a new or reuses an existing instance of XmlFastInfosetWriter.  
CreateWriter(String,XmlWriterSettings) Creates a new or reuses an existing instance of XmlFastInfosetWriter.  
CreateWriter(Stream,FastInfosetCompression,Int32) Creates a new or reuses an existing instance of XmlFastInfosetWriter.  
CreateWriter(Stream,XmlWriterSettings,FastInfosetCompression,Int32) Creates a new or reuses an existing instance of XmlFastInfosetWriter.  
CreateWriter(String,FastInfosetCompression,Int32) Creates a new or reuses an existing instance of XmlFastInfosetWriter.  
CreateWriter(String,XmlWriterSettings,FastInfosetCompression,Int32) Creates a new or reuses an existing instance of XmlFastInfosetWriter.  

See Also