Class ObjectPathDecoder

java.lang.Object
com.lucimber.dbus.codec.decoder.ObjectPathDecoder
All Implemented Interfaces:
Decoder<ByteBuffer,DBusObjectPath>

public final class ObjectPathDecoder extends Object implements Decoder<ByteBuffer,DBusObjectPath>
A decoder which unmarshals an object path from the byte stream format used by D-Bus.
See Also:
  • Constructor Details

    • ObjectPathDecoder

      public ObjectPathDecoder()
  • Method Details