Oracle Fusion Middleware Java API Reference for Oracle ADF Mobile Client
11g Release 1 (11.1.1)

E17503-02

oracle.adfnmc.java.io
Interface Flushable

All Known Implementing Classes:
PrintWriter, StringWriter, Writer

public interface Flushable

Indicates that an output object can be flushed.

Since:
1.5

Method Summary
 void flush()
           Flushes the object by writing out any buffered data to the underlying output.
 

Method Detail

flush

void flush()
           throws java.io.IOException

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

Throws:
java.io.IOException - if there are any issues writing the data.

Oracle Fusion Middleware Java API Reference for Oracle ADF Mobile Client
11g Release 1 (11.1.1)

E17503-02

Copyright © 2011, Oracle and/or its affiliates. All rights reserved.