Class AISInputStreamReader

java.lang.Object
dk.tbsalling.aismessages.AISInputStreamReader

public class AISInputStreamReader
extends Object
AISMessageInputStreamReader is the main entry point into the program loop of an AISMessages application. Feed it with a stream of NMEA messages, and get your AISMessage consumer called with decoded messages, whenever they are extracted from the NMEA stream.
See Also:
SimpleDemoApp