public interface

Flushable

java.io.Flushable

Class Overview

Indicates that an output object can be flushed.

Summary

Public Methods
abstract void flush()

Flushes the object by writing out any buffered data to the underlying output.

Public Methods

public abstract void flush ()

Flushes the object by writing out any buffered data to the underlying output.

Throws
IOException if there are any issues writing the data.