The CreateAfterFromBitStream method creates as the next sibling a new NBElement and its hierarchy which is populated using the given BitStream.
Namespace: IBM.Broker.PluginAssembly: IBM.Broker.Plugin (in IBM.Broker.Plugin.dll) Version: 9.0.0.0
public NBElement CreateAfterFromBitStream(
byte[] bitStream
)
public NBElement CreateAfterFromBitStream(
byte[] bitStream
)
Public Function CreateAfterFromBitStream (
bitStream As Byte()
) As NBElement
Public Function CreateAfterFromBitStream (
bitStream As Byte()
) As NBElement
public:
NBElement^ CreateAfterFromBitStream(
array<unsigned char>^ bitStream
)
public:
NBElement^ CreateAfterFromBitStream(
array<unsigned char>^ bitStream
)
member CreateAfterFromBitStream :
bitStream : byte[] -> NBElement
member CreateAfterFromBitStream :
bitStream : byte[] -> NBElement
Parameters
- bitStream
- Type:
System Byte
The bit stream to be parsed and added to the element tree.
Return Value
Type:
NBElementThe NBElement which is created.