| Noemax.FastInfoset Namespace > XmlFastInfosetReader Class > Init Method : 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.
'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)
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 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.
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