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, readStreamclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitreadpublic 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.