Interface BitConstants

  • All Known Implementing Classes:
    BitInputStream, BitOutputStream

    public interface BitConstants
    This interface allows bit-related constants to be shared among classes.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int[] BIT_MASKS
      The low-tech way to compute a bit mask.
    • Field Detail

      • BIT_MASKS

        static final int[] BIT_MASKS
        The low-tech way to compute a bit mask. Allowing up to 16 bits at this time.