All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class gestalt.Reader

java.lang.Object
   |
   +----java.lang.Thread
           |
           +----gestalt.Reader

public class Reader
extends Thread

Constructor Index

 o Reader(Connection, ThreadGroup, InputStream, Vector)

Method Index

 o close()
 o run()
 o status()

Constructors

 o Reader
 public Reader(Connection connection,
               ThreadGroup threadgroup,
               InputStream in,
               Vector incoming) throws IOException

Methods

 o status
 public String status()
 o close
 protected void close() throws IOException
 o run
 public void run()
Overrides:
run in class Thread

All Packages  Class Hierarchy  This Package  Previous  Next  Index