Package dev.cerus.maps.util
Class BitwiseUtil
java.lang.Object
dev.cerus.maps.util.BitwiseUtil
-
Method Summary
-
Method Details
-
pack
public static long pack(long out, byte value, int pos) -
pack
public static long pack(long out, int value, int pos) -
pack
public static long pack(long out, float value, int pos) -
unpack
public static long unpack(long v, int pos, long max)
-