Flushablepublic interface Flushable Defines an interface for classes that can (or need to) be flushed, typically
before some output processing is considered to be finished and the object
gets closed. |
Methods Summary |
---|
public void | flush()Flushes the object by writing out any buffered data to the underlying
output.
|
|