Android APIs
Added in API level 1
public interface

Flushable

java.io.Flushable
Known Indirect Subclasses

Class Overview

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.

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 ()

Added in API level 1

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

Throws
IOException if there are any issues writing the data.