WebLogic Messaging API Class Library

IStreamMessage. Method 

NOTE: This method is now obsolete.

Method will be removed soon. You can use WriteByte(unchecked((sbyte)value)) instead


Writes a byte to the stream message.

void (
   Byte value
);

Parameters

Byte
the byte value to be written

Exceptions

Exception Type Condition
MessageException if the JMS provider fails to write the message due to some internal error.
MessageNotWriteableException if the message is in read-only mode.

See Also

IStreamMessage Interface | WebLogic.Messaging Namespace