NBElement AsBitStream Method IBM Integration Bus
Overload List

  NameDescription
Public methodAsBitStream 
The AsBitStream method returns a BitStream representation (serialized form) of the NBElement's hierarchy being operated on.
Public methodAsBitStream(NBBitStreamControl)
The AsBitStream method returns a BitStream representation (serialized form) of the NBElement's hierarchy being operated on, using the given options.
Public methodAsBitStream(Int32, Int32)
The AsBitStream method returns a BitStream representation (serialized form) of the NBElement's hierarchy being operated on, using the given encoding and ccsid.
Public methodAsBitStream(Int32, Int32, NBBitStreamControl)
The AsBitStream method returns a BitStream representation (serialized form) of the NBElement's hierarchy being operated on, using the given encoding, ccsid and options.
Public methodAsBitStream(Int32, Int32, String, String, String)
The AsBitStream method returns a BitStream representation (serialized form) of the NBElement's hierarchy being operated on, using the given encoding, ccsid, message set, message type and message format.
Public methodAsBitStream(Int32, Int32, String, String, String, NBBitStreamControl)
The AsBitStream method returns a BitStream representation (serialized form) of the NBElement's hierarchy being operated on, using the given encoding, ccsid, message set, message type, message format and options.
Back to Top
See Also