public class ShortUtils
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
UNSIGNED_MAX_VALUE |
| Modifier and Type | Method and Description |
|---|---|
static byte[] |
byteArrayFromShort(short s) |
static short |
shortFromByteArray(byte[] bytes,
int offset) |
static void |
shortIntoByteArray(short s,
int offset,
byte[] bytes) |
static int |
toUnsigned(short s) |
public static final int UNSIGNED_MAX_VALUE
public static short shortFromByteArray(byte[] bytes,
int offset)
public static byte[] byteArrayFromShort(short s)
public static void shortIntoByteArray(short s,
int offset,
byte[] bytes)
public static int toUnsigned(short s)