All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object
|
+----java.io.InputStream
|
+----java.io.FilterInputStream
|
+----java.io.DataInputStream
|
+----prominence.msg.MessageInput
Extends DataInputStream and adds a receive() method that receives a new message from the attached channel.
public MessageInput(InputStream in)
public abstract void receive() throws IOException
Subclasses will extend this class and implement this method as appropriate for a particular communications channel.
All Packages Class Hierarchy This Package Previous Next Index