| Visual Basic (Usage) | |
|---|---|
Dim instance As XmlFastInfosetReader Dim input As Stream instance.Init(input) | |
Parameters
- input
The stream containing the Fast Infoset encoded XML data to read.
Initializes the reader and sets it to use the provided stream as input.
This method allows the reuse of the XmlFastInfosetReader for reading from another stream.