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
相關文章
相關標籤/搜索