public class ManBufferedReaderExt extends Object
| Constructor and Description |
|---|
ManBufferedReaderExt() |
| Modifier and Type | Method and Description |
|---|---|
static Iterable<String> |
lineSequence(BufferedReader thiz)
Returns a sequence of corresponding file lines.
|
public static Iterable<String> lineSequence(BufferedReader thiz)
*Note*: the caller must close the underlying BufferedReader when the iteration is finished
Copyright © 2019. All rights reserved.