public class AsmUtils
extends java.lang.Object
| Constructor and Description |
|---|
AsmUtils() |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
getNameFromClassFile(byte[] content) |
static java.lang.String |
getNameFromClassFile(java.nio.file.Path file) |
public static java.lang.String getNameFromClassFile(java.nio.file.Path file)
throws java.io.IOException
java.io.IOExceptionpublic static java.lang.String getNameFromClassFile(byte[] content)
throws java.io.IOException
java.io.IOException