public class CSVLineReaderKeepCR extends Object implements ICSVLineReader
| Constructor and Description |
|---|
CSVLineReaderKeepCR(Reader aReader)
Constructor.
|
public CSVLineReaderKeepCR(@Nonnull @WillNotClose Reader aReader)
aReader - Reader that data will be read from. May not be null.
Will not be closed in this class.@Nullable public String readLine() throws IOException
ICSVLineReaderreadLine in interface ICSVLineReadernull if none is left.IOException - on error from underlying ReaderCopyright © 2014–2020 Philip Helger. All rights reserved.