The CreateLastChildFromBitStream method creates as the last child 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 CreateLastChildFromBitStream(
byte[] bitStream
)
public NBElement CreateLastChildFromBitStream(
byte[] bitStream
)
Public Function CreateLastChildFromBitStream (
bitStream As Byte()
) As NBElement
Public Function CreateLastChildFromBitStream (
bitStream As Byte()
) As NBElement
public:
NBElement^ CreateLastChildFromBitStream(
array<unsigned char>^ bitStream
)
public:
NBElement^ CreateLastChildFromBitStream(
array<unsigned char>^ bitStream
)
member CreateLastChildFromBitStream :
bitStream : byte[] -> NBElement
member CreateLastChildFromBitStream :
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.