Package com.igormaznitsa.jbbp.model
Interface BitEntity
- All Known Implementing Classes:
JBBPFieldArrayBit,JBBPFieldBit
public interface BitEntity
The Interface describes a field which contains data which width is lesser or equals byte.
- Since:
- 1.0
-
Method Summary
-
Method Details
-
getBitWidth
JBBPBitNumber getBitWidth()Get the width of the field.- Returns:
- the width of the field, must not be null
-