GPSStreamReader
is a GPSSubject
that reads GPS "sentences"
(i.e., NMEA sentences)
from an InputStream
.
/** * 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)
GPSSubject
interface.
Copyright 2007