Package com.drew.lang
Class ByteUtil
java.lang.Object
com.drew.lang.ByteUtil
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ByteUtil
public ByteUtil()
-
-
Method Details
-
getInt16
public static int getInt16(byte[] buffer, int offset, boolean bigEndian) -
getInt32
public static int getInt32(byte[] buffer, int offset, boolean bigEndian) -
getLong64
public static long getLong64(byte[] buffer, int offset, boolean bigEndian)
-