public interface LineReader<Line>
LineImporterSpec to
read from a reader or stream record-by-record (line-by-line)void setReader(Reader aReader) throws IOException
IOExceptionvoid setStream(InputStream aReader) throws IOException
IOExceptionLine readLine() throws IOException
IOExceptionvoid close()
throws IOException
IOExceptionCopyright © 2008-2016. All Rights Reserved.