public final class JavassistClassFileHelper extends Object
Modifier and Type | Method and Description |
---|---|
static javassist.bytecode.ClassFile |
constructClassFile(String className,
InputStream bits) |
static javassist.bytecode.ClassFile |
constructClassFileForPath(String path,
InputStream bits) |
public static javassist.bytecode.ClassFile constructClassFile(String className, InputStream bits) throws IOException
IOException
public static javassist.bytecode.ClassFile constructClassFileForPath(String path, InputStream bits) throws IOException
IOException
Copyright © 2010–2018 Jadira Systems. All rights reserved.