| 程序包 | 说明 |
|---|---|
| com.jn.langx.util.io |
| 限定符和类型 | 方法和说明 |
|---|---|
static LineIterator |
IOs.lineIterator(InputStream input,
Charset encoding)
Returns an Iterator for the lines in an
InputStream, using
the character encoding specified (or default encoding if null). |
static LineIterator |
IOs.lineIterator(InputStream input,
String encoding)
Returns an Iterator for the lines in an
InputStream, using
the character encoding specified (or default encoding if null). |
static LineIterator |
IOs.lineIterator(Reader reader)
Returns an Iterator for the lines in a
Reader. |
Copyright © 2019. All rights reserved.