NBElement CreateBeforeFromBitStream Method IBM Integration Bus
Overload List

  NameDescription
Public methodCreateBeforeFromBitStream( Byte )
The CreateBeforeFromBitStream method creates as the previous sibling a new NBElement and its hierarchy which is populated using the given BitStream.
Public methodCreateBeforeFromBitStream( Byte , String)
The CreateBeforeFromBitStream method creates as the previous sibling a new NBElement and its hierarchy which is populated using the given BitStream and Parser.
Public methodCreateBeforeFromBitStream( Byte , String, Int32, Int32)
The CreateBeforeFromBitStream method creates as the previous sibling a new NBElement and its hierarchy which is populated using the given BitStream, Parser, encoding and ccsid.
Public methodCreateBeforeFromBitStream( Byte , String, Int32, Int32, NBBitStreamControl)
The CreateBeforeFromBitStream method creates as the previous sibling a new NBElement and its hierarchy which is populated using the given BitStream, Parser, encoding, ccsid and options.
Public methodCreateBeforeFromBitStream( Byte , String, Int32, Int32, String, String, String)
The CreateBeforeFromBitStream method creates as the previous sibling a new NBElement and its hierarchy which is populated using the given BitStream, Parser, encoding, ccsid, messageSet, messageType and messageFormat.
Public methodCreateBeforeFromBitStream( Byte , String, Int32, Int32, String, String, String, NBBitStreamControl)
The CreateBeforeFromBitStream method creates as the previous 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