FastInfoset.NET Class Reference for .NET
Init(Byte[],Int32,Int32) Method






The an array of bytes containing the Fast Infoset encoded XML data to read.

The offset in the array of bytes to start reading from.

The number of byte starting from the offset that contain FastInfoset encoded XML data.

Initializes an instance of the XmlFastInfosetReader class.
Syntax
'Declaration
 
Public Overloads Sub Init( _
   ByVal input() As System.Byte, _
   ByVal offset As System.Integer, _
   ByVal length As System.Integer _
) 
'Usage
 
Dim instance As XmlFastInfosetReader
Dim input() As System.Byte
Dim offset As System.Integer
Dim length As System.Integer
 
instance.Init(input, offset, length)
public void Init( 
   System.byte[] input,
   System.int offset,
   System.int length
)
public procedure Init( 
    input: System.Bytearray of;
    offset: System.Integer;
    length: System.Integer
); 
public function Init( 
   input : System.byte[],
   offset : System.int,
   length : System.int
);
public: void Init( 
   System.byte[]* input,
   System.int offset,
   System.int length
) 
public:
void Init( 
   System.array<byte>^ input,
   System.int offset,
   System.int length
) 

Parameters

input

The an array of bytes containing the Fast Infoset encoded XML data to read.

offset

The offset in the array of bytes to start reading from.

length

The number of byte starting from the offset that contain FastInfoset encoded XML data.

Remarks

Initializes the reader and sets it to use the provided array of bytes as input.

This method allows the reuse of the XmlFastInfosetReader for reading from another source.

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