common.commun
Class LineMessageReciever

java.lang.Object
  extended by common.commun.LineMessageReciever
All Implemented Interfaces:
MessageReciever

public class LineMessageReciever
extends java.lang.Object
implements MessageReciever


Constructor Summary
LineMessageReciever(java.io.InputStream is)
           
 
Method Summary
 void close()
           
 java.lang.String readMessage()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LineMessageReciever

public LineMessageReciever(java.io.InputStream is)
Method Detail

readMessage

public java.lang.String readMessage()
                             throws java.io.IOException
Specified by:
readMessage in interface MessageReciever
Throws:
java.io.IOException

close

public void close()
           throws java.io.IOException
Specified by:
close in interface MessageReciever
Throws:
java.io.IOException