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






The path to the file with the FastInfoset encoded XML data.
The System.Xml.XmlReaderSettings to configure the new XmlFastInfosetReader instance. This value can be null.
The compression algorithm to decompress the data.
Creates a new XmlReader instance for reading the Fast Infoset encoded XML file using an XmlReaderSettings object.
Syntax
'Declaration
 
Public Overloads Shared Function Create( _
   ByVal inputFileName As System.String, _
   ByVal settings As System.Xml.XmlReaderSettings, _
   ByVal compression As FastInfosetCompression _
) As System.Xml.XmlReader
'Usage
 
Dim inputFileName As System.String
Dim settings As System.Xml.XmlReaderSettings
Dim compression As FastInfosetCompression
Dim value As System.Xml.XmlReader
 
value = XmlFastInfosetReader.Create(inputFileName, settings, compression)
public static System.Xml.XmlReader Create( 
   System.string inputFileName,
   System.Xml.XmlReaderSettings settings,
   FastInfosetCompression compression
)
public function Create( 
    inputFileName: System.String;
    settings: System.Xml.XmlReaderSettings;
    compression: FastInfosetCompression
): System.Xml.XmlReader; static; 
public static function Create( 
   inputFileName : System.String,
   settings : System.Xml.XmlReaderSettings,
   compression : FastInfosetCompression
) : System.Xml.XmlReader;
public: static System.Xml.XmlReader* Create( 
   System.string* inputFileName,
   System.Xml.XmlReaderSettings* settings,
   FastInfosetCompression compression
) 
public:
static System.Xml.XmlReader^ Create( 
   System.String^ inputFileName,
   System.Xml.XmlReaderSettings^ settings,
   FastInfosetCompression compression
) 

Parameters

inputFileName
The path to the file with the FastInfoset encoded XML data.
settings
The System.Xml.XmlReaderSettings to configure the new XmlFastInfosetReader instance. This value can be null.
compression
The compression algorithm to decompress the data.

Return Value

An XmlReader object to read the FastInfoset 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