Package com.mchange.lang
Class ShortUtils
java.lang.Object
com.mchange.lang.ShortUtils
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic 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)
-
Field Details
-
UNSIGNED_MAX_VALUE
public static final int UNSIGNED_MAX_VALUE- See Also:
-
-
Method Details
-
shortFromByteArray
public static short shortFromByteArray(byte[] bytes, int offset) -
byteArrayFromShort
public static byte[] byteArrayFromShort(short s) -
shortIntoByteArray
public static void shortIntoByteArray(short s, int offset, byte[] bytes) -
toUnsigned
public static int toUnsigned(short s)
-