FastInfoset.NET Class Reference for Mono
Init(Stream) Method






The stream to which you want to write.
Initializes an instance of the XmlFastInfosetWriter class preparing to write into the specified stream.
Syntax
'Declaration
 
Public Overloads Sub Init( _
   ByVal output As System.IO.Stream _
) 
'Usage
 
Dim instance As XmlFastInfosetWriter
Dim output As System.IO.Stream
 
instance.Init(output)
public void Init( 
   System.IO.Stream output
)
public procedure Init( 
    output: System.IO.Stream
); 
public function Init( 
   output : System.IO.Stream
);
public: void Init( 
   System.IO.Stream* output
) 
public:
void Init( 
   System.IO.Stream^ output
) 

Parameters

output
The stream to which you want to write.
Remarks

Initializes the writer and sets it to use the provided stream as output.

This method allows the reuse the XmlFastInfosetWriter for writing to another stream.

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