Noemax FastInfoset.NET Report an issue | Discuss in forums
XmlFastInfosetWriter Constructor(Stream,Boolean)
See Also 
Noemax.FastInfoset Assembly > Noemax.FastInfoset Namespace > XmlFastInfosetWriter Class > XmlFastInfosetWriter Constructor : XmlFastInfosetWriter Constructor(Stream,Boolean)



output
The stream to which you want to write.
closeOutput
If set to true writer will close the output stream when closed.
Initializes a new instance of the XmlFastInfosetWriter class.


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

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal output As Stream, _
   ByVal closeOutput As Boolean _
)
Visual Basic (Usage)Copy Code
Dim output As Stream
Dim closeOutput As Boolean
 
Dim instance As XmlFastInfosetWriter(output, closeOutput)
C# 
public XmlFastInfosetWriter( 
   Stream output,
   bool closeOutput
)
C++/CLI 
public:
XmlFastInfosetWriter( 
   Stream^ output,
   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.

Version Information

.NET Framework

Supported in: 3.5, 3.0, 2.0

.NET Compact Framework

Supported in: 3.5, 2.0

See Also