[]
        
(Showing Draft Content)

CSJ2K.j2k.io.BEBufferedRandomAccessFile.readDouble

readDouble Method

readDouble()

Reads an IEEE double precision (i.e., 64 bit) floating-point number from the input. Prior to reading, the input should be realigned at the byte level.

Declaration
public override double readDouble()
Public Overrides Function readDouble() As Double
Returns
Type Description
double

The next byte-aligned IEEE double (64 bit) from the input.

Overrides
Implements