Class Int32Encoder

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

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

    • Int32Encoder

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