| Visual Basic (Usage) | |
|---|---|
Dim instance As XmlFastInfosetWriter Dim output As Stream instance.Init(output) | |
Parameters
- output
- The stream to which you want to write.
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.