com.buglabs.bug.module.gps
Class NMEARawFeed

java.lang.Object
  extended by com.buglabs.bug.module.gps.NMEARawFeed
All Implemented Interfaces:
INMEARawFeed

public class NMEARawFeed
extends java.lang.Object
implements INMEARawFeed

Provides client access to raw NMEA data from GPS device.


Constructor Summary
NMEARawFeed(java.io.InputStream is)
           
 
Method Summary
 java.io.InputStream getInputStream()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NMEARawFeed

public NMEARawFeed(java.io.InputStream is)
Method Detail

getInputStream

public java.io.InputStream getInputStream()
                                   throws java.io.IOException
Specified by:
getInputStream in interface INMEARawFeed
Returns:
NMEA data as a stream
Throws:
java.io.IOException