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 final int[]
    The low-tech way to compute a bit mask.
  • Field Details

    • BIT_MASKS

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