Package org.smallmind.nutsnbolts.util
Class Bytes
- java.lang.Object
-
- org.smallmind.nutsnbolts.util.Bytes
-
public class Bytes extends Object
-
-
Constructor Summary
Constructors Constructor Description Bytes()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static byte[]getBytes(int i)static byte[]getBytes(long l)static byte[]getBytes(short s)static intgetInt(byte[] byteArray)static longgetLong(byte[] byteArray)static shortgetShort(byte[] byteArray)
-
-
-
Method Detail
-
getBytes
public static byte[] getBytes(long l)
-
getBytes
public static byte[] getBytes(int i)
-
getBytes
public static byte[] getBytes(short s)
-
getLong
public static long getLong(byte[] byteArray)
-
getInt
public static int getInt(byte[] byteArray)
-
getShort
public static short getShort(byte[] byteArray)
-
-