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, readStream
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
read
public 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.