FastInfoset.NET Class Reference for .NET
Create(Stream,FastInfosetCompression) Method






The stream containing the Fast Infoset encoded XML data.
The compression algorithm to decompress the data.
Creates a new XmlReader instance for reading the Fast Infoset encoded XML stream.
Syntax
'Declaration
 
Public Overloads Shared Function Create( _
   ByVal input As System.IO.Stream, _
   ByVal compression As FastInfosetCompression _
) As System.Xml.XmlReader
'Usage
 
Dim input As System.IO.Stream
Dim compression As FastInfosetCompression
Dim value As System.Xml.XmlReader
 
value = XmlFastInfosetReader.Create(input, compression)
public static System.Xml.XmlReader Create( 
   System.IO.Stream input,
   FastInfosetCompression compression
)
public function Create( 
    input: System.IO.Stream;
    compression: FastInfosetCompression
): System.Xml.XmlReader; static; 
public static function Create( 
   input : System.IO.Stream,
   compression : FastInfosetCompression
) : System.Xml.XmlReader;
public: static System.Xml.XmlReader* Create( 
   System.IO.Stream* input,
   FastInfosetCompression compression
) 
public:
static System.Xml.XmlReader^ Create( 
   System.IO.Stream^ input,
   FastInfosetCompression compression
) 

Parameters

input
The stream containing the Fast Infoset encoded XML data.
compression
The compression algorithm to decompress the data.

Return Value

An XmlReader object to read the Fast Infoset encoded XML data.
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

XmlFastInfosetReader Class
XmlFastInfosetReader Members
Overload List

Send Feedback