apache的IO框架,是常用IO操作的封装。
List<String> org.apache.commons.io.IOUtils.readLines(InputStream input, Charset encoding)
按行读。