float
argument to an int
using the floatToIntBits
method in class Float
, and then writes that int
value to the bytes message stream as a 4-byte quantity, high byte first.
@param value the float
value to be written
@throws JMSException if the JMS provider fails to write the message due to some internal error.
@throws MessageNotWriteableException if the message is in read-only mode.
|
|