摘要:
package cn.luxh.app;import java.io.FileInputStream;import java.io.FileOutputStream;import java.io.IOException;import java.nio.ByteBuffer;import java.nio.channels.FileChannel;import java.nio.charset.Charset;import org.junit.Test;public class NioTester { /** * 读取文件 * 获取通道;创建缓冲区;让通道将数据读到... 阅读全文
posted @ 2013-06-14 10:28 CN.programmer.Luxh 阅读(407) 评论(0) 推荐(0) 编辑