| 程序包 | 说明 |
|---|---|
| com.blade.kit.io |
IO操作包
|
| 限定符和类型 | 方法和说明 |
|---|---|
static <T> T |
CharStreams.readLines(Readable readable,
LineProcessor<T> processor)
Streams lines from a
Readable object, stopping when the processor
returns false or all lines have been read and returning the result
produced by the processor. |
Copyright © 2016. All rights reserved.