Package com.igormaznitsa.jbbp.model
Interface JBBPInvertableBitOrder
- All Known Subinterfaces:
JBBPNumericField
- All Known Implementing Classes:
JBBPFieldBit,JBBPFieldBoolean,JBBPFieldByte,JBBPFieldDouble,JBBPFieldFloat,JBBPFieldInt,JBBPFieldLong,JBBPFieldShort,JBBPFieldUByte,JBBPFieldUInt,JBBPFieldUShort
public interface JBBPInvertableBitOrder
The Interface describes a field which bit order can be inverted.
- Since:
- 1.4.0
-
Method Summary
Modifier and TypeMethodDescriptionlongGet the value in inverted bit order.
-
Method Details
-
getAsInvertedBitOrder
long getAsInvertedBitOrder()Get the value in inverted bit order.- Returns:
- the value in inverted bit order
-