Class ScanTest

java.lang.Object
  |
  +--ScanTest

public class ScanTest
extends Object

Simple Scanner driver


Constructor Summary
ScanTest()
           
 
Method Summary
static void main(String[] arg)
          Test harness for the Scanner class.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ScanTest

public ScanTest()
Method Detail

main

public static void main(String[] arg)
                 throws IOException
Test harness for the Scanner class.

Parameters:
arg - [0] pathname to scan. If not specified, then the program tries to scan "d/hello.d".
Throws:
IOException - thrown if any IO errors occur during processing