FastInfoset.NET Class Reference for Mono
CreateReader(String,FastInfosetCompression) Method






The URI to the file containing the Fast Infoset document
The compression algorithm to be used to decompress the Fast Infoset document.
Creates a new or reuses an existing instance of XmlFastInfosetReader.
Syntax
'Declaration
 
Public Overloads Function CreateReader( _
   ByVal filename As System.String, _
   ByVal compression As FastInfosetCompression _
) As XmlFastInfosetReader
'Usage
 
Dim instance As XmlFastInfosetFactory
Dim filename As System.String
Dim compression As FastInfosetCompression
Dim value As XmlFastInfosetReader
 
value = instance.CreateReader(filename, compression)
public XmlFastInfosetReader CreateReader( 
   System.string filename,
   FastInfosetCompression compression
)
public function CreateReader( 
    filename: System.String;
    compression: FastInfosetCompression
): XmlFastInfosetReader; 
public function CreateReader( 
   filename : System.String,
   compression : FastInfosetCompression
) : XmlFastInfosetReader;
public: XmlFastInfosetReader* CreateReader( 
   System.string* filename,
   FastInfosetCompression compression
) 
public:
XmlFastInfosetReader^ CreateReader( 
   System.String^ filename,
   FastInfosetCompression compression
) 

Parameters

filename
The URI to the file containing the Fast Infoset document
compression
The compression algorithm to be used to decompress the Fast Infoset document.

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