Class UInt64Encoder

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

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

    • UInt64Encoder

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