NBElement CreateAfterFromBitStream Method IBM Integration Bus
Overload List

  NameDescription
Public methodCreateAfterFromBitStream( Byte )
The CreateAfterFromBitStream method creates as the next sibling a new NBElement and its hierarchy which is populated using the given BitStream.
Public methodCreateAfterFromBitStream( Byte , String)
The CreateAfterFromBitStream method creates as the next sibling a new NBElement and its hierarchy which is populated using the given BitStream and Parser.
Public methodCreateAfterFromBitStream( Byte , String, Int32, Int32)
The CreateAfterFromBitStream method creates as the next sibling a new NBElement and its hierarchy which is populated using the given BitStream, Parser, encoding and ccsid.
Public methodCreateAfterFromBitStream( Byte , String, Int32, Int32, NBBitStreamControl)
The CreateAfterFromBitStream method creates as the next sibling a new NBElement and its hierarchy which is populated using the given BitStream, Parser, encoding, ccsid and options.
Public methodCreateAfterFromBitStream( Byte , String, Int32, Int32, String, String, String)
The CreateAfterFromBitStream method creates as the next sibling a new NBElement and its hierarchy which is populated using the given BitStream, Parser, encoding, ccsid, messageSet, messageType and messageFormat.
Public methodCreateAfterFromBitStream( Byte , String, Int32, Int32, String, String, String, NBBitStreamControl)
The CreateAfterFromBitStream method creates as the next sibling a new NBElement and its hierarchy which is populated using the given BitStream, Parser, encoding, ccsid, messageSet, messageType, messageFormat and options.
Back to Top
See Also