public class AsmUtils extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
ASM_DUMP_TARGET_DIR |
| Constructor and Description |
|---|
AsmUtils() |
| Modifier and Type | Method and 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 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.