[]
        
(Showing Draft Content)

CSJ2K.j2k.io.BufferedRandomAccessFile.writeFloat

writeFloat Method

writeFloat(float)

Should write the IEEE float value v (i.e., 32 bits) to the output. Prior to writing, the output should be realigned at the byte level.

Declaration
public abstract void writeFloat(float param1)
Parameters
Type Name Description
float param1
Implements