public class ByteCodeContainer extends Object
Constructor and Description |
---|
ByteCodeContainer(String className,
byte[] byteCode)
Create a new ByteCodeContainer instance.
|
Modifier and Type | Method and Description |
---|---|
byte[] |
getByteCode()
Returns the byte code for the class.
|
String |
getClassName()
Returns the class name for the byte code.
|
public ByteCodeContainer(String className, byte[] byteCode)
className
- - class name in binary formatbyteCode
- - of the classpublic String getClassName()
public byte[] getByteCode()
Copyright © 2014–2015. All rights reserved.