Package com.drew.lang
Class ByteConvert
java.lang.Object
com.drew.lang.ByteConvert
- Author:
- Drew Noakes http://drewnoakes.com
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic inttoInt32BigEndian(byte[] bytes) static inttoInt32LittleEndian(byte[] bytes)
-
Constructor Details
-
ByteConvert
public ByteConvert()
-
-
Method Details
-
toInt32BigEndian
public static int toInt32BigEndian(byte[] bytes) -
toInt32LittleEndian
public static int toInt32LittleEndian(byte[] bytes)
-