Package glide.api.models.commands.bitmap
Class BitFieldOptions.Offset
- java.lang.Object
-
- glide.api.models.commands.bitmap.BitFieldOptions.Offset
-
- Enclosing class:
- BitFieldOptions
public static final class BitFieldOptions.Offset extends java.lang.ObjectOffset in the array of bits. Must be greater than or equal to 0. If we have the binary 01101001 with offset of 1 for unsigned encoding of size 4, then the value is 13 from 0(1101)001.
-
-
Constructor Summary
Constructors Constructor Description Offset(long offset)Constructor for Offset.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetOffset()
-