public class AsmUtils extends Object
| Modifier and Type | Field | Description |
|---|---|---|
static int |
API |
|
static String |
ASM_DUMP_TARGET_DIR |
| Constructor | Description |
|---|---|
AsmUtils() |
| Modifier and Type | Method | Description |
|---|---|---|
static byte[] |
writeClassToFile(String className,
byte[] bytes) |
|
static byte[] |
writeClassToFileInDir(String className,
byte[] bytes,
File targetDir) |
public static final String ASM_DUMP_TARGET_DIR
public static final int API
public static byte[] writeClassToFile(String className, byte[] bytes) throws IOException
IOExceptionpublic static byte[] writeClassToFileInDir(String className, byte[] bytes, File targetDir) throws IOException
IOExceptionCopyright © 2018. All rights reserved.