com.vividsolutions.jump.io.datasource |
|
Java Source File Name | Type | Comment |
Connection.java | Interface | A channel of communication with a DataSource. |
DataSource.java | Class | A file, database, web service, or other source of data. |
DataSourceQuery.java | Class | A wrapper for a query string that attributes it with the DataSource
to apply it against. |
DelegatingCompressedFileHandler.java | Class | If the file is a .zip or .gz file, mangles the DriverProperties into the format
expected by many of the first JUMPReaders, which take responsibility
for doing the decompression. |
ReaderWriterFileDataSource.java | Class | Adapts the old JUMP I/O API (Readers and Writers) to the new JUMP I/O API
(DataSources). |
StandardReaderWriterFileDataSource.java | Class | Contains DataSource classes for the standard JUMP Readers and
Writers. |