int
using the floatToIntBits
method in class Float
, and then writes that int
value to the file as a 4-byte quantity, high byte first.
@param v a float
value to be written.
@throws IOException if an I/O error occurs.
@see java.lang.Float#floatToIntBits(float)
|
|
|
|
|
|
|
|