public class ConnectionsReader extends StreamReader<ConnectionsDataSet>
| Constructor and Description |
|---|
ConnectionsReader() |
ConnectionsReader(ConnectionsProcessor connectionsProcessor) |
| Modifier and Type | Method and Description |
|---|---|
protected ConnectionsDataSet |
readReader(Reader reader)
Reader of csv file
|
read, readStreamclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitreadpublic ConnectionsReader()
public ConnectionsReader(ConnectionsProcessor connectionsProcessor)
protected ConnectionsDataSet readReader(Reader reader) throws IOException
readReader in class StreamReader<ConnectionsDataSet>reader - readerIOException - implementation specificThis documentation was released into the public domain.