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






The stream 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 stream As System.IO.Stream, _
   ByVal compression As FastInfosetCompression _
) As XmlFastInfosetReader
'Usage
 
Dim instance As XmlFastInfosetFactory
Dim stream As System.IO.Stream
Dim compression As FastInfosetCompression
Dim value As XmlFastInfosetReader
 
value = instance.CreateReader(stream, compression)
public XmlFastInfosetReader CreateReader( 
   System.IO.Stream stream,
   FastInfosetCompression compression
)
public function CreateReader( 
    stream: System.IO.Stream;
    compression: FastInfosetCompression
): XmlFastInfosetReader; 
public function CreateReader( 
   stream : System.IO.Stream,
   compression : FastInfosetCompression
) : XmlFastInfosetReader;
public: XmlFastInfosetReader* CreateReader( 
   System.IO.Stream* stream,
   FastInfosetCompression compression
) 
public:
XmlFastInfosetReader^ CreateReader( 
   System.IO.Stream^ stream,
   FastInfosetCompression compression
) 

Parameters

stream
The stream 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