Class BusDisplay

java.lang.Object
  |
  +--BusDisplay

public class BusDisplay
extends java.lang.Object

This class manages the process of reading bus events and displaying them.


Constructor Summary
BusDisplay()
           
 
Method Summary
static void main(java.lang.String[] arg)
          This program can read bus event records from a file or from a network port.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BusDisplay

public BusDisplay()
Method Detail

main

public static void main(java.lang.String[] arg)
                 throws java.io.IOException
This program can read bus event records from a file or from a network port. In both cases the expected format of each line of input is defined by the decoding done in BusReader. The network source of data is most likely the program BusRcv, running on localhost and listening for connections on port 8413.

java.io.IOException