Most visited

Recently visited

Added in API level 1

Flushable

public interface Flushable

java.io.Flushable
Known Indirect Subclasses


Flushable是可以刷新的数据的目的地。 调用flush方法将任何缓冲输出写入基础流。

摘要(Summary)

公共方法(Public methods)

abstract void flush()

通过将任何缓冲输出写入基础流来刷新此流。

公共方法(Public methods)

flush

Added in API level 1
void flush ()

通过将任何缓冲输出写入基础流来刷新此流。

抛出异常(Throws)
IOException If an I/O error occurs

Hooray!