Package com.shinyhut.vernacular.utils
Class ByteUtils
java.lang.Object
com.shinyhut.vernacular.utils.ByteUtils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleanmask(int input, int mask) static bytereverseBits(byte input) static byte[]reverseBits(byte[] b)
-
Constructor Details
-
ByteUtils
private ByteUtils()
-
-
Method Details
-
reverseBits
public static byte[] reverseBits(byte[] b) -
reverseBits
public static byte reverseBits(byte input) -
mask
public static boolean mask(int input, int mask)
-