public final class Util extends Object
Modifier and Type | Field and Description |
---|---|
static int |
MAX_MINI_UINT |
Modifier and Type | Method and Description |
---|---|
static Boolean |
getBooleanValue(String stringValue) |
static byte[] |
getByteFromInt(int value,
int bit) |
static int |
getIntValue(byte b,
int bytePos) |
static int |
getUnsignedInt(byte byteValue) |
static int |
getUnsignedInt(byte[] bytes,
int start,
int length) |
public static final int MAX_MINI_UINT
Copyright © 2006–2018 TinyGroup. All rights reserved.