Package bdsup2sub.utils
Class ByteUtils
java.lang.Object
bdsup2sub.utils.ByteUtils
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ByteUtils
private ByteUtils()
-
-
Method Details
-
getByte
public static int getByte(byte[] buffer, int index) -
setByte
public static void setByte(byte[] buffer, int index, int val) -
getWord
public static int getWord(byte[] buffer, int index) -
setWord
public static void setWord(byte[] buffer, int index, int val) -
setDWord
public static void setDWord(byte[] buffer, int index, int val)
-