Package com.hypixel.hytale.common.util
Class BitUtil
java.lang.Object
com.hypixel.hytale.common.util.BitUtil
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic bytegetAndSetNibble(byte[] data, int idx, byte b) static bytegetNibble(byte[] data, int idx) static voidsetNibble(byte[] data, int idx, byte b)
-
Constructor Details
-
BitUtil
public BitUtil()
-
-
Method Details
-
setNibble
public static void setNibble(@Nonnull byte[] data, int idx, byte b) -
getNibble
public static byte getNibble(@Nonnull byte[] data, int idx) -
getAndSetNibble
public static byte getAndSetNibble(@Nonnull byte[] data, int idx, byte b)
-