public void flush ()

Implementing: java.io.Flushable

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.