摘要:
String infile = "e:\\copy_i.txt"; String outfile = "e:\\copy_o.txt"; FileInputStream fin = new FileInputStream(infile); FileOutputStream fout = new FileOutputStream(outfile); FileChannel fcin = fin.getChannel(); FileChannel fcout = fout.getChannel(); ByteBuffer buffer = ByteBuffe 阅读全文
posted @ 2012-11-24 17:22
寂静沙滩
阅读(264)
评论(0)
推荐(0)

浙公网安备 33010602011771号