[]
        
(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)
Public MustOverride Sub writeDouble(param1 As Double)
Parameters
Type Name Description
double param1
Implements