public interface Flushable
java.io.Flushable |
![]() |
Flushable是可以刷新的数据的目的地。 调用flush方法将任何缓冲输出写入基础流。
公共方法(Public methods) |
|
---|---|
abstract void |
flush() 通过将任何缓冲输出写入基础流来刷新此流。 |
void flush ()
通过将任何缓冲输出写入基础流来刷新此流。
抛出异常(Throws) | |
---|---|
IOException |
If an I/O error occurs |