Class Int64Encoder

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

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

    • Int64Encoder

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