java用NIO流拷貝文件

import java.io.File; import java.io.FileInputStream; import java.io.FileOutputStream; import java.nio.ByteBuffer; import java.nio.channels.FileChannel; /** * 用NIO流拷貝文件 * @author 萬星明 * @version 1.0
相關文章
相關標籤/搜索