Uses of Interface
org.onebusaway.gtfs.csv.CsvInputSource

Packages that use CsvInputSource
org.onebusaway.gtfs.csv   
org.onebusaway.gtfs.serialization   
 

Uses of CsvInputSource in org.onebusaway.gtfs.csv
 

Classes in org.onebusaway.gtfs.csv that implement CsvInputSource
 class FileCsvInputSource
           
 class ZipFileCsvInputSource
           
 

Methods in org.onebusaway.gtfs.csv that return CsvInputSource
 CsvInputSource CsvEntityReader.getInputSource()
           
 

Methods in org.onebusaway.gtfs.csv with parameters of type CsvInputSource
 java.io.InputStream CsvEntityReader.openInputStreamForEntityClass(CsvInputSource source, java.lang.Class<?> entityClass)
           
 void CsvEntityReader.readEntities(java.lang.Class<?> entityClass, CsvInputSource source)
           
 void CsvEntityReader.setInputSource(CsvInputSource source)
           
 

Uses of CsvInputSource in org.onebusaway.gtfs.serialization
 

Methods in org.onebusaway.gtfs.serialization with parameters of type CsvInputSource
 void GtfsReader.run(CsvInputSource source)
           
 



Copyright © 2011 OneBusAway. All Rights Reserved.