Package com.drew.lang
Class ByteConvert
- java.lang.Object
-
- com.drew.lang.ByteConvert
-
public class ByteConvert extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ByteConvert()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static int
toInt32BigEndian(byte[] bytes)
static int
toInt32LittleEndian(byte[] bytes)
-