用NIO实现简单的文件复制

public static void main(String[] args) throws IOException { /* 不能直接打开一个FileChannel, 须要经过使用一个InputStream、OutputStream或RandomAccessFile来获取一个FileChannel实例 */ ReadableByteChannel readChann
相关文章
相关标签/搜索