Class UInt16Decoder

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

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

    • UInt16Decoder

      public UInt16Decoder()
  • Method Details