摘要: 一、字符输入流读取文本文件 ※Reader类的常用方法 方法名称 说明 int read() 从输入流中读取单个字符 int read(byte[] c) 从输入流中读取c .length长度的字符,保存到字节数组c中,返回实际读取的字符数 int read(byte[] c, int off , 阅读全文
posted @ 2017-05-09 18:01 #安生 阅读(127) 评论(0) 推荐(0)