com.vividsolutions.jump.io.datasource
Class ReaderWriterFileDataSource
java.lang.Object
com.vividsolutions.jump.io.datasource.DataSource
com.vividsolutions.jump.io.datasource.ReaderWriterFileDataSource
- Direct Known Subclasses:
- StandardReaderWriterFileDataSource
public class ReaderWriterFileDataSource
- extends DataSource
Adapts the old JUMP I/O API (Readers and Writers) to the new JUMP I/O API
(DataSources).
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
reader
protected JUMPReader reader
writer
protected JUMPWriter writer
ReaderWriterFileDataSource
public ReaderWriterFileDataSource(JUMPReader reader,
JUMPWriter writer)
getConnection
public Connection getConnection()
- Description copied from class:
DataSource
- Creates a new Connection to this DataSource.
- Specified by:
getConnection in class DataSource
getReaderDriverProperties
protected DriverProperties getReaderDriverProperties()
getWriterDriverProperties
protected DriverProperties getWriterDriverProperties()