org.freedesktop.dbus
Class MessageReader

java.lang.Object
  extended by org.freedesktop.dbus.MessageReader

public class MessageReader
extends Object


Constructor Summary
MessageReader(InputStream in)
           
 
Method Summary
 void close()
           
 Message readMessage()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MessageReader

public MessageReader(InputStream in)
Method Detail

readMessage

public Message readMessage()
                    throws IOException,
                           DBusException
Throws:
IOException
DBusException

close

public void close()
           throws IOException
Throws:
IOException