com.scottpreston.javarobot.chapter2
Class StampSerialTest

java.lang.Object
  extended by com.scottpreston.javarobot.chapter2.StampSerialTest

public class StampSerialTest
extends java.lang.Object


Constructor Summary
StampSerialTest()
           
 
Method Summary
 void close()
           
static void main(java.lang.String[] args)
           
 java.lang.String test(byte something)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StampSerialTest

public StampSerialTest()
                throws java.lang.Exception
Throws:
java.lang.Exception
Method Detail

test

public java.lang.String test(byte something)
                      throws java.lang.Exception
Throws:
java.lang.Exception

close

public void close()

main

public static void main(java.lang.String[] args)