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






The stream containing the Fast Infoset encoded XML data to read.

The XmlReaderSettings object used to configure the reader.
The compression algorithm to be used for decompressing the data.
Initializes an instance of the XmlFastInfosetReader class.
Syntax
'Declaration
 
Public Overloads Sub Init( _
   ByVal input As System.IO.Stream, _
   ByVal settings As System.Xml.XmlReaderSettings, _
   ByVal compression As FastInfosetCompression _
) 
'Usage
 
Dim instance As XmlFastInfosetReader
Dim input As System.IO.Stream
Dim settings As System.Xml.XmlReaderSettings
Dim compression As FastInfosetCompression
 
instance.Init(input, settings, compression)
public void Init( 
   System.IO.Stream input,
   System.Xml.XmlReaderSettings settings,
   FastInfosetCompression compression
)
public procedure Init( 
    input: System.IO.Stream;
    settings: System.Xml.XmlReaderSettings;
    compression: FastInfosetCompression
); 
public function Init( 
   input : System.IO.Stream,
   settings : System.Xml.XmlReaderSettings,
   compression : FastInfosetCompression
);
public: void Init( 
   System.IO.Stream* input,
   System.Xml.XmlReaderSettings* settings,
   FastInfosetCompression compression
) 
public:
void Init( 
   System.IO.Stream^ input,
   System.Xml.XmlReaderSettings^ settings,
   FastInfosetCompression compression
) 

Parameters

input

The stream containing the Fast Infoset encoded XML data to read.

settings
The XmlReaderSettings object used to configure the reader.
compression
The compression algorithm to be used for decompressing the data.
Remarks

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.

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