readDouble method

double readDouble()

Implementation

double readDouble() {
  offset += 8;
  return byteArray.getFloat64(offset - 8, Endian.little);
}