Package com.webcodepro.shrinkit.io
Interface BitConstants
- All Known Implementing Classes:
BitInputStream
,BitOutputStream
public interface BitConstants
This interface allows bit-related constants to be shared among
classes.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int[]
The low-tech way to compute a bit mask.
-
Field Details
-
BIT_MASKS
static final int[] BIT_MASKSThe low-tech way to compute a bit mask. Allowing up to 16 bits at this time.
-