NBElement CreateAfterFromBitStream Method ( Byte , String)IBM Integration Bus
The CreateAfterFromBitStream method creates as the next sibling a new NBElement and its hierarchy which is populated using the given BitStream and Parser.

Namespace: IBM.Broker.Plugin
Assembly: IBM.Broker.Plugin (in IBM.Broker.Plugin.dll) Version: 9.0.0.0
Syntax

public NBElement CreateAfterFromBitStream(
	byte[] bitStream,
	string parserName
)

Parameters

bitStream
Type:  OnlineSystem Byte 
The bit stream to be parsed and added to the element tree.
parserName
Type: OnlineSystem String
The name of the parser class to use to parse the bit stream.
Remarks

The same parser must be used to parse the whole bit stream.

Return Value

Type: NBElement
The NBElement which is created.
See Also