Package org.freedesktop.dbus
Class MessageReader
- java.lang.Object
-
- org.freedesktop.dbus.MessageReader
-
public class MessageReader extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description MessageReader(java.io.InputStream in)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
close()
Message
readMessage()
-
-
-
Method Detail
-
readMessage
public Message readMessage() throws java.io.IOException, DBusException
- Throws:
java.io.IOException
DBusException
-
close
public void close() throws java.io.IOException
- Throws:
java.io.IOException
-
-