Package java.io
Class RandomAccessFile

Public Method writeFloat

final void writeFloat(float f)

Throws:

_INSERT_METHOD_SIGNATURE_HERE_

Description:

Converts the float argument to an int using the floatToIntBits method in class Float, and then writes that int value to the file as a four-byte quantity, high byte first. The write starts at the current position of the file pointer.