FileDocCategorySizeDatePackage
Flushable.javaAPI DocAndroid 1.5 API1325Wed May 06 22:41:04 BST 2009java.io

Flushable

public 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.
since
Android 1.0

Fields Summary
Constructors Summary
Methods Summary
public voidflush()
Flushes the object by writing out any buffered data to the underlying output.

throws
IOException if there are any issues writing the data.
since
Android 1.0