Uses of Class
com.lucimber.dbus.codec.encoder.EncoderException
Packages that use EncoderException
Package
Description
D-Bus message encoding infrastructure for converting Java objects to wire format.
-
Uses of EncoderException in com.lucimber.dbus.codec.encoder
Methods in com.lucimber.dbus.codec.encoder that throw EncoderExceptionModifier and TypeMethodDescriptionDefaultEncoderFactory.createEncoder
(Type type, ByteOrder order) EncoderFactory.createEncoder
(Type type, ByteOrder order) Creates an encoder for the specified D-Bus type.BooleanEncoder.encode
(DBusBoolean value, int offset) DictEntryEncoder.encode
(DBusDictEntry<KeyT, ValueT> entry, int offset) DoubleEncoder.encode
(DBusDouble value, int offset) Encodes a value into bytes.static EncoderResult<ByteBuffer>
Encodes a DBusType into its binary representation using ByteBuffer.ObjectPathEncoder.encode
(DBusObjectPath value, int offset) SignatureEncoder.encode
(DBusSignature signature, int offset) StringEncoder.encode
(DBusString value, int offset) StructEncoder.encode
(DBusStruct struct, int offset) UInt16Encoder.encode
(DBusUInt16 value, int offset) UInt32Encoder.encode
(DBusUInt32 value, int offset) UInt64Encoder.encode
(DBusUInt64 value, int offset) UnixFdEncoder.encode
(DBusUnixFD value, int offset) VariantEncoder.encode
(DBusVariant variant, int offset)