本文共 200 字,大约阅读时间需要 1 分钟。
apache的IO框架,是常用IO操作的封装。
compile group: 'commons-io', name: 'commons-io', version: '2.5'
List<String> org.apache.commons.io.IOUtils.readLines(InputStream input, Charset encoding)
按行读。
转载地址:http://deslo.baihongyu.com/