[]
        
(Showing Draft Content)

CSJ2K.j2k.io.BufferedRandomAccessFile.writeDouble

writeDouble Method

writeDouble(double)

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

Declaration
public abstract void writeDouble(double param1)
Parameters
Type Name Description
double param1
Implements