public abstract class NumberProcessUtils extends Object
| 构造器和说明 |
|---|
NumberProcessUtils() |
| 限定符和类型 | 方法和说明 |
|---|---|
static short |
toUnsigned15bitsShort(short i) |
static int |
toUnsigned24bitsInteger(byte highOrder,
short lowOrder) |
static int |
toUnsigned31bitsInteger(int i) |
static int |
toUnsignedInteger(byte i) |
static int |
toUnsignedInteger(short i) |
static long |
toUnsignedLong(int i) |
public static int toUnsignedInteger(byte i)
public static int toUnsignedInteger(short i)
public static long toUnsignedLong(int i)
public static int toUnsigned24bitsInteger(byte highOrder,
short lowOrder)
public static short toUnsigned15bitsShort(short i)
public static int toUnsigned31bitsInteger(int i)
Copyright © 2016. All rights reserved.