public class GeneralInfoReader extends StreamReader<GeneralInfoDataSet>
Constructor and Description |
---|
GeneralInfoReader() |
GeneralInfoReader(GeneralInfoProcessor generalInfoProcessor) |
Modifier and Type | Method and Description |
---|---|
protected GeneralInfoDataSet |
readReader(Reader reader)
Reader of csv file
|
read, readStream
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
read
public GeneralInfoReader()
public GeneralInfoReader(GeneralInfoProcessor generalInfoProcessor)
protected GeneralInfoDataSet readReader(Reader reader) throws IOException
readReader
in class StreamReader<GeneralInfoDataSet>
reader
- readerIOException
- implementation specificThis documentation was released into the public domain.