The GPSStreamReader Class (v1.0)


A GPSStreamReader is a GPSSubject that reads GPS "sentences" (i.e., NMEA sentences) from an InputStream java.io.InputStream .
This class has the following constructor(s):
    /**
     * Explicit Value Constructor
     *
     * @param is     The InputStream to read from
     */
    public GPSStreamReader(InputStream is)
  
    /**
     * Explicit Value Constructor
     *
     * @param is     The InputStream to read from
     * @param repeat true if the data should be repeated
     * @param delay  The delay between signals (in milliseconds)
     */
    public GPSStreamReader(InputStream is, boolean repeat, int delay)
  
This class implements the GPSSubject interface.

Copyright 2007