Uses of Class
com.lucimber.dbus.codec.decoder.DecoderException
Packages that use DecoderException
Package
Description
D-Bus message decoding infrastructure for converting wire format to Java objects.
-
Uses of DecoderException in com.lucimber.dbus.codec.decoder
Methods in com.lucimber.dbus.codec.decoder that throw DecoderExceptionModifier and TypeMethodDescriptionDefaultDecoderFactory.DecoderCreator.create()
DecoderFactory.createDecoder
(Type type) Creates a decoder for the specified D-Bus type.DecoderFactory.createDecoder
(TypeCode typeCode) Creates a decoder for the specified D-Bus type code.DefaultDecoderFactory.createDecoder
(Type type) DefaultDecoderFactory.createDecoder
(TypeCode typeCode) ArrayDecoder.decode
(ByteBuffer buffer, int offset) BooleanDecoder.decode
(ByteBuffer buffer, int offset) Decodes a specific type from a buffer.static <R extends DBusType>
DecoderResult<R>DecoderUtils.decode
(DBusSignature signature, ByteBuffer buffer, int offset) Decodes D-Bus data types from a buffer.DictDecoder.decode
(ByteBuffer buffer, int offset) DictEntryDecoder.decode
(ByteBuffer buffer, int offset) Int16Decoder.decode
(ByteBuffer buffer, int offset) Int32Decoder.decode
(ByteBuffer buffer, int offset) Int64Decoder.decode
(ByteBuffer buffer, int offset) ObjectPathDecoder.decode
(ByteBuffer buffer, int offset) SignatureDecoder.decode
(ByteBuffer buffer, int offset) StringDecoder.decode
(ByteBuffer buffer, int offset) StructDecoder.decode
(ByteBuffer buffer, int offset) UInt16Decoder.decode
(ByteBuffer buffer, int offset) UInt32Decoder.decode
(ByteBuffer buffer, int offset) UInt64Decoder.decode
(ByteBuffer buffer, int offset) UnixFdDecoder.decode
(ByteBuffer buffer, int offset) VariantDecoder.decode
(ByteBuffer buffer, int offset) static <R extends DBusBasicType>
DecoderResult<R>DecoderUtils.decodeBasicType
(TypeCode code, ByteBuffer buffer, int offset) Decodes a D-Bus basic type from the buffer.static <R extends DBusContainerType>
DecoderResult<R>DecoderUtils.decodeContainerType
(DBusSignature signature, ByteBuffer buffer, int offset) Decodes a D-Bus container type from the buffer.