FastInfoset.NET Class Reference for .NET
XmlFastInfosetReader Constructor(Stream,FastInfosetCompression)






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

The compression algorithm to be used for decompressing the data.
Initializes a new instance of the XmlFastInfosetReader class.
Syntax
'Declaration
 
Public Function New( _
   ByVal input As System.IO.Stream, _
   ByVal compression As FastInfosetCompression _
)
'Usage
 
Dim input As System.IO.Stream
Dim compression As FastInfosetCompression
 
Dim instance As New XmlFastInfosetReader(input, compression)
public XmlFastInfosetReader( 
   System.IO.Stream input,
   FastInfosetCompression compression
)
public XmlFastInfosetReader( 
    input: System.IO.Stream;
    compression: FastInfosetCompression
); 
public function XmlFastInfosetReader( 
   input : System.IO.Stream,
   compression : FastInfosetCompression
);
public: XmlFastInfosetReader( 
   System.IO.Stream* input,
   FastInfosetCompression compression
)
public:
XmlFastInfosetReader( 
   System.IO.Stream^ input,
   FastInfosetCompression compression
)

Parameters

input

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

compression
The compression algorithm to be used for decompressing the 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