The Closeable, Flushable, Readable, and Appendable interfaces

    Java SE 5.0引入了4个附加的接口:Closeable、Flushable、Readable和Appendable。 Closeable拥有方法 void close() throws IOException; Flushable拥有方法 void flush() throws IOException; Readable拥有方法 public int read(java.nio.C
相关文章
相关标签/搜索