public class MultiByteInteger extends Object
| Constructor and Description |
|---|
MultiByteInteger(long value) |
MultiByteInteger(long value,
int length) |
| Modifier and Type | Method and Description |
|---|---|
int |
getEncodedLength()
Returns the number of bytes read when decoding this MBI.
|
long |
getValue()
Returns the value of this MBI.
|
Copyright © 2018 Eclipse Paho. All Rights Reserved.