public class OdexHeaderItem
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
AUX_LENGTH_OFFSET |
static int |
AUX_OFFSET |
static int |
DEPENDENCIES_LENGTH_OFFSET |
static int |
DEPENDENCIES_OFFSET |
static int |
DEX_LENGTH_OFFSET |
static int |
DEX_OFFSET |
static int |
FLAGS_OFFSET |
static int |
ITEM_SIZE |
static int |
MAGIC_LENGTH |
static int |
MAGIC_OFFSET |
static byte[][] |
MAGIC_VALUES |
| Constructor and Description |
|---|
OdexHeaderItem() |
| Modifier and Type | Method and Description |
|---|---|
static int |
getDependenciesOffset(byte[] buf) |
static int |
getDexOffset(byte[] buf) |
static int |
getVersion(byte[] magic) |
static boolean |
verifyMagic(byte[] buf) |
public static final int ITEM_SIZE
public static final byte[][] MAGIC_VALUES
public static final int MAGIC_OFFSET
public static final int MAGIC_LENGTH
public static final int DEX_OFFSET
public static final int DEX_LENGTH_OFFSET
public static final int DEPENDENCIES_OFFSET
public static final int DEPENDENCIES_LENGTH_OFFSET
public static final int AUX_OFFSET
public static final int AUX_LENGTH_OFFSET
public static final int FLAGS_OFFSET