FastInfoset.NET Class Reference for .NET
XmlFastInfosetWriter Constructor(Stream,Boolean)






The stream to which you want to write.
If set to true writer will close the output stream when closed.
Initializes a new instance of the XmlFastInfosetWriter class.
Syntax
'Declaration
 
Public Function New( _
   ByVal output As System.IO.Stream, _
   ByVal closeOutput As System.Boolean _
)
'Usage
 
Dim output As System.IO.Stream
Dim closeOutput As System.Boolean
 
Dim instance As New XmlFastInfosetWriter(output, closeOutput)
public XmlFastInfosetWriter( 
   System.IO.Stream output,
   System.bool closeOutput
)
public XmlFastInfosetWriter( 
    output: System.IO.Stream;
    closeOutput: System.Boolean
); 
public function XmlFastInfosetWriter( 
   output : System.IO.Stream,
   closeOutput : System.boolean
);
public: XmlFastInfosetWriter( 
   System.IO.Stream* output,
   System.bool closeOutput
)
public:
XmlFastInfosetWriter( 
   System.IO.Stream^ output,
   System.bool closeOutput
)

Parameters

output
The stream to which you want to write.
closeOutput
If set to true writer will close the output stream when closed.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

XmlFastInfosetWriter Class
XmlFastInfosetWriter Members
Overload List

Send Feedback