-
- All Implemented Interfaces:
public class AttributeDecoderThe class provides utilities for decoding a binary stream into an Attribute class.
-
-
Method Summary
-
-
Method Detail
-
decode
static Attribute decode(Array<byte> bytes, int offset, int length)
Decodes the specified binary array and returns the corresponding attribute object.
- Parameters:
bytes- the binary array that should be decoded.offset- the index where the message starts.length- the number of bytes that the message is long.
-
-
-
-