ReadableBuffer.getDouble

Reads eight bytes from the buffer and returns them as an double value. The buffer position is advanced by eight byes.

@return and double value composed of bytes read from the buffer.

@throws BufferUnderflowException if the buffer position has reached the limit.

interface ReadableBuffer
double
getDouble
()

Meta