Writes a double 64 bits.
int writeFloat64(double n) { var byteData = ByteData(8); return _writeFloat64(n, byteData); }