WebSphere Message Broker™ V8.0.0.0 .NET Plugin Node API
CreateFirstChildFromBitStream Method (bitStream)
NamespacesIBM.Broker.PluginNBElementCreateFirstChildFromBitStream(array<Byte>[]()[][])
SUMMARY
The CreateFirstChildFromBitStream method creates as the first child a new NBElement and its hierarchy which is populated using the given BitStream.
Declaration Syntax
C#Visual BasicVisual C++F#
public NBElement CreateFirstChildFromBitStream(
	byte[] bitStream
)
Public Function CreateFirstChildFromBitStream ( _
	bitStream As Byte() _
) As NBElement
public:
NBElement^ CreateFirstChildFromBitStream(
	array<unsigned char>^ bitStream
)
member CreateFirstChildFromBitStream : 
        bitStream:byte[] -> NBElement 
Parameters
bitStream (array<Byte>[]()[][])
The bit stream to be parsed and added to the element tree.
Return Value
The NBElement which is created.

Assembly: IBM.Broker.Plugin (Module: IBM.Broker.Plugin) Version: 8.0.0.0