org.onebusaway.gtfs.csv
Interface CsvInputSource
- All Known Implementing Classes:
- FileCsvInputSource, ZipFileCsvInputSource
public interface CsvInputSource
hasResource
boolean hasResource(java.lang.String name)
throws java.io.IOException
- Throws:
java.io.IOException
getResource
java.io.InputStream getResource(java.lang.String name)
throws java.io.IOException
- Throws:
java.io.IOException
close
void close()
throws java.io.IOException
- Throws:
java.io.IOException
Copyright © 2010 OneBusAway. All Rights Reserved.