Overload List
Name | Description | |
---|---|---|
![]() | AsBitStream |
The AsBitStream method returns a BitStream representation (serialized form) of the NBElement's hierarchy being operated on.
|
![]() | AsBitStream(NBBitStreamControl) |
The AsBitStream method returns a BitStream representation (serialized form) of the NBElement's hierarchy being operated on, using the given options.
|
![]() | AsBitStream(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.
|
![]() | AsBitStream(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.
|
![]() | AsBitStream(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.
|
![]() | AsBitStream(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.
|
See Also