JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field
|
Constr |
Method
Detail:
Field
|
Constr |
Method
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 and 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.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field
|
Constr |
Method
Detail:
Field
|
Constr |
Method