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
Fields Modifier and Type Field Description static int[]
BIT_MASKS
The low-tech way to compute a bit mask.
-