public class ByteCode
extends java.lang.Object
| Constructor and Description |
|---|
ByteCode() |
| Modifier and Type | Method and Description |
|---|---|
JavaClass |
parse(java.io.InputStream is)
Parses the .class file.
|
JavaClass |
readFromClassPath(java.lang.String classFile)
Reads the class from the classpath.
|
public JavaClass readFromClassPath(java.lang.String classFile) throws java.io.IOException
java.io.IOExceptionpublic JavaClass parse(java.io.InputStream is) throws java.io.IOException
java.io.IOException