Package org.jf.dexlib2.util
Class AlignmentUtils
- java.lang.Object
-
- org.jf.dexlib2.util.AlignmentUtils
-
public abstract class AlignmentUtils extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description AlignmentUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static int
alignOffset(int offset, int alignment)
static boolean
isAligned(int offset, int alignment)
-