Flushes this formatter. If the destination implements the java.io.Flushable
interface, its flush
method will be invoked.
Flushing a formatter writes any buffered output in the destination to the underlying stream.
Diagram: Scanner, Formatter