FastInfoset.NET Class Reference for .NET
CreateReader(Stream,XmlReaderSettings) Method






The stream containing the Fast Infoset document.
The XmlReaderSettings object used to configure the new XmlFastInfosetReader instance.
Creates a new or reuses an existing instance of XmlFastInfosetReader.
Syntax
'Declaration
 
Public Overloads Function CreateReader( _
   ByVal stream As System.IO.Stream, _
   ByVal settings As System.Xml.XmlReaderSettings _
) As XmlFastInfosetReader
'Usage
 
Dim instance As XmlFastInfosetFactory
Dim stream As System.IO.Stream
Dim settings As System.Xml.XmlReaderSettings
Dim value As XmlFastInfosetReader
 
value = instance.CreateReader(stream, settings)
public XmlFastInfosetReader CreateReader( 
   System.IO.Stream stream,
   System.Xml.XmlReaderSettings settings
)
public function CreateReader( 
    stream: System.IO.Stream;
    settings: System.Xml.XmlReaderSettings
): XmlFastInfosetReader; 
public function CreateReader( 
   stream : System.IO.Stream,
   settings : System.Xml.XmlReaderSettings
) : XmlFastInfosetReader;
public: XmlFastInfosetReader* CreateReader( 
   System.IO.Stream* stream,
   System.Xml.XmlReaderSettings* settings
) 
public:
XmlFastInfosetReader^ CreateReader( 
   System.IO.Stream^ stream,
   System.Xml.XmlReaderSettings^ settings
) 

Parameters

stream
The stream containing the Fast Infoset document.
settings
The XmlReaderSettings object used to configure the new XmlFastInfosetReader instance.

Return Value

An instance of XmlFastInfosetReader.
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

XmlFastInfosetFactory Class
XmlFastInfosetFactory Members
Overload List

Send Feedback