Writes a value to the Pointer memory.
value
@override void write(T value) { checkClosed(); writeToByteData(_byteData, 0, value); }