@override double readDouble() { trans_.readAll(_doubleIn, 0, 8); return _doubleIn.buffer.asByteData().getFloat64(0); }