@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 Reader
Copyright © 2014–2019 Philip Helger. All rights reserved.