Package org.jf.dexlib2.util
Class AlignmentUtils
java.lang.Object
org.jf.dexlib2.util.AlignmentUtils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic intalignOffset(int offset, int alignment) static booleanisAligned(int offset, int alignment)
-
Constructor Details
-
AlignmentUtils
public AlignmentUtils()
-
-
Method Details
-
alignOffset
public static int alignOffset(int offset, int alignment) -
isAligned
public static boolean isAligned(int offset, int alignment)
-