Class UInt32Encoder

java.lang.Object
com.lucimber.dbus.codec.encoder.UInt32Encoder
All Implemented Interfaces:
Encoder<DBusUInt32,ByteBuffer>

public final class UInt32Encoder extends Object implements Encoder<DBusUInt32,ByteBuffer>
An encoder which encodes an unsigned 32-bit integer to the D-Bus marshalling format using ByteBuffer.
See Also:
  • Constructor Details

    • UInt32Encoder

      public UInt32Encoder(ByteOrder order)
      Constructs a new instance with mandatory parameter.
      Parameters:
      order - The byte order of the produced bytes.
  • Method Details