NBElement CreateBeforeFromBitStream Method ( Byte )IBM Integration Bus
The CreateBeforeFromBitStream method creates as the previous sibling a new NBElement and its hierarchy which is populated using the given BitStream.

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

public NBElement CreateBeforeFromBitStream(
	byte[] bitStream
)

Parameters

bitStream
Type:  OnlineSystem Byte 
The bit stream to be parsed and added to the element tree.

Return Value

Type: NBElement
The NBElement which is created.
See Also