Class StifRecordReader


  • public class StifRecordReader
    extends Object
    Read records from a STIF file. STIF is MTA's internal format for bus information. All names are from the MTA's documentation for STIF, version 2.5. This only supports a tiny subset of STIF -- just what we need for location matching. We get the rest of the schedule data from GTFS.
    • Constructor Detail

      • StifRecordReader

        public StifRecordReader​(InputStream stream)