Class part3.chapter16.MessageEg
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class part3.chapter16.MessageEg

java.lang.Object
   |
   +----java.lang.Thread
           |
           +----part3.chapter16.MessageEg

public class MessageEg
extends Thread

Variable Index

 o i

Constructor Index

 o MessageEg(InputStream)

Method Index

 o main(String[])
 o receiver(InputStream)
 o run()
 o sender(OutputStream)

Variables

 o i
  protected InputStream i

Constructors

 o MessageEg
  public MessageEg(InputStream i)

Methods

 o run
  public void run()
Overrides:
run in class Thread
 o sender
  public void sender(OutputStream o) throws IOException
 o receiver
  public void receiver(InputStream i) throws IOException
 o main
  public static void main(String args[]) throws IOException

All Packages  Class Hierarchy  This Package  Previous  Next  Index