@FunctionalInterface public interface ICSVLineReader
| Modifier and Type | Method and Description |
|---|---|
String |
readLine()
Reads the next line from the Reader.
|
@Nullable String readLine() throws IOException
null if none is left.IOException - on error from underlying ReaderCopyright © 2014–2022 Philip Helger. All rights reserved.