Package org.sunflow.system
Class ByteUtil
java.lang.Object
org.sunflow.system.ByteUtil
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic final int
floatToHalf
(float f) static final byte[]
get2Bytes
(int i) static final byte[]
get4Bytes
(int i) static final byte[]
get4BytesInv
(int i) static final byte[]
get8Bytes
(long i) static final int
toInt
(byte[] in) static final int
toInt
(byte[] in, int ofs) static final int
toInt
(byte in0, byte in1, byte in2, byte in3) static final long
toLong
(byte[] in)
-
Constructor Details
-
ByteUtil
public ByteUtil()
-
-
Method Details
-
get2Bytes
public static final byte[] get2Bytes(int i) -
get4Bytes
public static final byte[] get4Bytes(int i) -
get4BytesInv
public static final byte[] get4BytesInv(int i) -
get8Bytes
public static final byte[] get8Bytes(long i) -
toLong
public static final long toLong(byte[] in) -
toInt
public static final int toInt(byte in0, byte in1, byte in2, byte in3) -
toInt
public static final int toInt(byte[] in) -
toInt
public static final int toInt(byte[] in, int ofs) -
floatToHalf
public static final int floatToHalf(float f)
-