Android
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.
Copyright 2007 Google Inc. Build 0.9_r1-98467 - 14 Aug 2008 18:48