Class UInt64Decoder

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

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

    • UInt64Decoder

      public UInt64Decoder()
  • Method Details