Class MutableByte

java.lang.Object
com.diozero.util.MutableByte

public class MutableByte
extends Object
  • Constructor Details

    • MutableByte

      public MutableByte()
    • MutableByte

      public MutableByte​(byte value)
  • Method Details

    • setBitValue

      public void setBitValue​(byte bit, boolean on)
    • setBit

      public void setBit​(byte bit)
    • unsetBit

      public void unsetBit​(byte bit)
    • getValue

      public byte getValue()
    • equals

      public boolean equals​(byte b)
    • isBitSet

      public boolean isBitSet​(byte bit)