English | Site Directory

Android - An Open Handset Alliance Project

java.io
public interface

java.io.Flushable

java.io.Flushable

Indicates that an output object can be flushed.

Known Indirect Subclasses

Summary

Public Methods

        void  flush()

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

Details

Public Methods

public 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.
Build m5-rc15g - 14 May 2008 12:50