Class UInt32Decoder

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

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

    • UInt32Decoder

      public UInt32Decoder()
  • Method Details