Class StructDecoder

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

public final class StructDecoder extends Object implements Decoder<ByteBuffer,DBusStruct>
A decoder which unmarshals a struct from the byte stream format used by D-Bus.
See Also:
  • Constructor Details

    • StructDecoder

      public StructDecoder(DBusSignature signature)
      Creates a new instance with mandatory parameters.
      Parameters:
      signature - a DBusSignature; must describe a struct
  • Method Details