cpesch / RouteConverter

The popular GPS conversion and editing tool
http://www.routeconverter.com
Other
144 stars 40 forks source link

New read() method in NavigationFormatParser #33

Closed ftes closed 10 years ago

ftes commented 10 years ago

The public interface of NavigationFormatParser is missing a public read() method which allows to specify the list of formats to consider also for input streams. An analogous method already exists for files instead of input streams.

For our specific case this is important to have in a setting with GPSBabel removed, so that we can specify non-Babel-related formats only. In general, this rounds off the public interface of the class consistently.