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