java.lang.Object
io.lettuce.core.BitFieldArgs.Offset
- Enclosing class:
- BitFieldArgs
public static class BitFieldArgs.Offset extends Object
Represents a bit field offset. See also Bits and
positional offsets
- Since:
- 4.3
-
Method Summary
Modifier and Type Method Description intgetOffset()booleanisMultiplyByTypeWidth()StringtoString()
-
Method Details
-
isMultiplyByTypeWidth
public boolean isMultiplyByTypeWidth()- Returns:
trueif the offset should be multiplied by integer width that is represented with a leading hash (#) when constructing the command
-
getOffset
public int getOffset()- Returns:
- the offset.
-
toString
-