@Override
public abstract void flush () throws IOException

Implementing: java.io.Flushable

Flushes any resources opened for output by this file manager directly or indirectly. Flushing a closed file manager has no effect.

Exceptions:
IOException    if an I/O error occurred

See also:
close