Class Echo

java.lang.Object
  |
  +--Echo

public class Echo
extends Object

Echo.java
A class to demonstrate terminal I/O.
Created: Fri Feb 7 07:49:50 2003

Author:
Stuart C. Shapiro

Constructor Summary
Echo()
           
 
Method Summary
static void main(String[] args)
          A demonstration of a Read/Print loop, and the recognition of IOException.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Echo

public Echo()
Method Detail

main

public static void main(String[] args)
                 throws IOException
A demonstration of a Read/Print loop, and the recognition of IOException.

Parameters:
args - a String[] value
Throws:
IOException - if an error occurs